You are reading help file online using chmlib.com
|
SpGetTokenFromId creates an object token of CLSID_SpObjectToken. This function assists in locating and creating an object token without having to search or change the registry directly.
Found in: sphelper.h
inline HRESULT SpGetTokenFromId(
const WCHAR *pszTokenId,
ISpObjectToken **ppToken,
BOOL *fCreateIfNotExist = FALSE
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|