HRESULT GetLicInfo( LICINFO* pLicInfo );
Return Value
A standard HRESULT value.
Parameters
pLicInfo
[out] Pointer to a LICINFO structure.
Remarks
Fills a LICINFO structure with information that describes the class factory's licensing capabilities. The fRuntimeKeyAvail member of this structure indicates whether, given a license key, the class factory allows objects to be created on an unlicensed machine. The fLicVerified member indicates whether a full machine license exists.
CComClassFactory2 Overview | Class Members
See Also CComClassFactory2::RequestLicKey, CComClassFactory2::CreateInstanceLic