[This is preliminary documentation and subject to change.]
Retrieves package information and binaries for any class identifier for use during COM object activation.
HRESULT GetClassSpecInfo(
uCLSSPEC* pClassSpec, //Pointer to CLSID, extension, or MIME
QUERYCONTEXT QryContext, //Query attributes
PACKAGEINFO* pPackageInfo, //Pointer to binaries and package information
);
While GetClassInfo requires a specific class identifier, GetClassSpecInfo provides access to the available packages for any class specifier, CLSID, ProgId, or MIME type.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objidl.h.