Important: The information in this document is obsolete and should not be used for new development.
Getting Information About Components
Your application can get the registration information for any component using theGetComponentInfo
function. You can use theGetComponentIconSuite
function 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
GetComponentVersion
andComponentFunctionImplemented
functions.
Subtopics
- GetComponentInfo
- GetComponentIconSuite
- GetComponentVersion
- ComponentFunctionImplemented