Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |