[This is preliminary documentation and subject to change.]
Returns interface details for a specific IID.
HRESULT GetIidDetails(
REFIID iid, //The interface identifier for which details are returned.
LPOLESTR* ppszDesc, //A pointer to the description of the interface.
CLSID* psClsid, //A pointer to the class identifier.
CLSID* pTypeLibId //A pointer to the type library identifier.
);
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objidl.h.
IClassAdmin::NewClass, IClassAdmin::DeleteClass, IClassAdmin::NewInterface, IClassAdmin::DeleteInterface, IClassAdmin::NewPackage, IClassAdmin::DeletePackage, IClassAdmin::GetClassesEnum, IClassAdmin::GetPackagesEnum, IClassAdmin::GetClassDetails, IClassAdmin::GetPackageDetails