IOlkAccountManager::DeleteAccount
Deletes the specified account.
Quick Info
See IOlkAccountManager.
HRESULT IOlkAccountManager::DeleteAccount (
DWORD dwAcctID,
);
Parameters
- dwAcctID
[in] The account ID of the account to be deleted.
Return Values
HRESULT | Description |
---|---|
S_OK |
The call succeeded |
E_ACCT_NOT_FOUND |
The specified account cannot be found. |
E_OLK_NOT_INITIALIZED |
The account manager has not been initialized for use. |
See also
Constants (Account Management API)
IOlkAccountManager::FindAccount