Getting Information About Components
Your application can get the registration information for any component using theGetComponentInfofunction. You can use theGetComponentIconSuitefunction to get a handle to the component's icon suite, if any.In addition, for components to which your application already has a connection, your application can obtain the component's version number and also determine whether the component supports a particular request by using the
GetComponentVersionandComponentFunctionImplementedfunctions.
Subtopics
- GetComponentInfo
- GetComponentIconSuite
- GetComponentVersion
- ComponentFunctionImplemented