You are reading help file online using chmlib.com
|
SpCreateObjectFromSubToken creates an object from a specified subtoken.
Found in: spddkhlp.h
SpCreateObjectFromSubToken(
ISpObjectToken *pToken,
const WCHAR *pszSubKeyName,
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
|