IOlkAccount::SaveChanges

Commits changes to the account object by writing to the registry store.

Quick info

See IOlkAccount.

HRESULT IOlkAccount::SaveChanges (  
    DWORD dwFlags 
); 

Parameters

dwFlags

[in] Flags to modify behavior. OLK_ACCOUNT_NO_FLAGS is the only supported value.

Return values

HRESULT Description
S_OK
The method was successful.
E_ACCT_NOT_FOUND
Cannot find the specified account.
E_OLK_NOT_INITIALIZED
The account manager has not been initialized for use.

Remarks

After changing the value of account properties by using IOlkAccount::SetProp, use IOlkAccount::SaveChanges to save such changes.

See also