IA4PropSheetNotify::ApplyChanges

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

pszNewUserName
Supplies the name of the new iSeries™ user if creating the user for the first time, for example, if InformUserState specifies a value other than IUS_USEREXISTS.

Return Codes

Returns NOERROR if successful or E_FAIL if a general error occurred.

Comments

None