You are reading help file online using chmlib.com
|
ISpObjectToken::GetId retrieves the object identifier for an object token. This identifier can be used later to recreate a token instance.
HRESULT GetId(
WCHAR **ppszCoMemTokenId
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | ppszCoMemTokenId is invalid or bad. |
E_OUTOFMEMORY | Exceeded available memory. |
SPERR_UNINITIALIZED | TokenId interface is not initialized. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|