You are reading help file online using chmlib.com
|
ISpObjectWithToken::SetObjectToken binds the instance object to the specified token.
HRESULT SetObjectToken(
ISpObjectToken *pToken
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | pToken is invalid or bad. |
E_OUTOFMEMORY | Exceeded available memory. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|