This method is similar to CreateInstance, except that CreateInstanceLic requires a license key.
At a Glance
Header file: | Atlcom.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
HRESULT CreateInstanceLic( IUnknown* pUnkOuter,
IUnknown* pUnkReserved, REFIID riid, BSTR bstrKey, void** ppvObject );
See Also