IOlkAccountManager::Unadvise
Unregisters a client with the account manager for notifications for all accounts.
Quick info
See IOlkAccountManager.
HRESULT Unadvise(
DWORD dwCookie
);
Parameters
dwCookie
[in] The cookie returned by IOlkAccountManager::Advise.
Return values
HRESULT | Description |
---|---|
S_OK |
The call succeeded. |
E_INVALIDARG |
One or more arguments are invalid. |
E_OLK_NOT_INITIALIZED |
The account manager has not been initialized for use. |