Purpose
Called to inform the implementation that data that belongs to the user should now be saved.
Syntax
HRESULT STDMETHODCALLTYPE ApplyChanges( const char * pszNewUserName );
Parameters
Return Codes
Returns NOERROR if successful or E_FAIL if a general error occurred.
Comments
None