PH_AUTHENTICATE_USER_PARAMETERS (Windows Embedded CE 6.0)
1/6/2010
Structure used in conjunction with PHAuthenticateUser.
Syntax
typedef struct tagPH_AUTHENTICATE_USER_PARAMETERS
{
UINT StructSize;
HWND NotificationWindow;
UINT NotificationMessage;
AuthenticationResult_e Result;
} PH_AUTHENTICATE_USER_PARAMETERS;
Members
- StructSize
[in] Struct size in bytes.
- NotificationWindow
[in] Window to receive notification when the authentication is done.
- NotificationMessage
[in] Message to be sent to the window when authentication is done. The WPARAM will contain an AuthenticationResult_e indicating the status of the user authentication. The LPARAM is not used.
- Result
[out] Result of the authentication attempt. The possible values are AuthSucceeded, where the user is authenticated or AuthInProgress, where the user is currently being challenged. See the enumeration AuthenticationResult_e.
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.
Requirements
Header | settingsapi.hpp |
Library | PhCommon.dll |
Windows Embedded CE | Windows Embedded CE 6.0 and later |