IA4PropSheetNotify::InformUserState

Purpose

Called immediately following creation of the IShellPropSheetExt instance to inform the implementation whether this user already exists on the iSeries™ server or is being created for the first time.

Syntax

HRESULT STDMETHODCALLTYPE InformUserState(
    UINT wUserState
    );

Parameters

wUserState

The current state of the iSeries user. Supplies one of three mutually exclusive values:

IUS_NEWUSER
Creating a user based on attributes that are supplied by the iSeries Navigator user.
IUS_NEWUSERBASEDON
Creating a user based on the attributes of an existing iSeries user.
IUS_USEREXISTS
The user already exists on the iSeries.

Return Codes

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

Comments

None