IClassAdmin::GetClassDetails

[This is preliminary documentation and subject to change.]

Returns class details for a specific CLSID.

HRESULT GetClassDetails(
  REFCLSID guidClsId,        //The class identifier for which details
                             // are returned.
  CLASSDETAIL* pClassDetail  //A pointer to the class details.
);
 

Parameters

guidClsId
[in] Specifies the class for which details are returned.
pClassDetail
[out] Specifies class details, such as execution context, client architecture, locale, and version.

Return Values

S_OK
The method returned successfully.
E_INVALIDARG
One or more parameters are incorrect.
E_NOTFOUND
There is no such class.
E_FAIL
The method did not return successfully.
E_ACCESSDENIED
No permissions.
E_OUTOFMEMORY
Insufficient memory to create and return an enumerator object.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in objidl.h.

See Also

IClassAdmin::NewClass, IClassAdmin::DeleteClass, IClassAdmin::NewInterface, IClassAdmin::DeleteInterface, IClassAdmin::NewPackage, IClassAdmin::DeletePackage, IClassAdmin::GetClassesEnum, IClassAdmin::GetPackagesEnum, IClassAdmin::GetIidDetails, IClassAdmin::GetPackageDetails