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
The current state of the iSeries user. Supplies one of three mutually exclusive values:
Return Codes
Returns NOERROR if successful or E_FAIL if a general error occurred.
Comments
None