You are reading help file online using chmlib.com
|
SpCreateObjectFromTokenId creates an object instance from a specified object token ID.
Found in: sphelper.h
SpCreateObjectFromTokenId(
const WCHAR *pszTokenId,
T **ppObject,
IUnknown *pUnkOuter = NULL,
DWORD dwClsCtxt = CLSCTX_ALL
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|