AuthenticationResult_e (Windows Embedded CE 6.0)
1/6/2010
Enumeration used in conjunction with the authentication APIs of the phone application, specifically, PHAuthenticateUser.
Syntax
enum AuthenticationResult_e
{
AuthCanceled = 0,
AuthInProgress,
AuthSucceeded,
};
Elements
- AuthCanceled
The authentication request has been cancelled.
- AuthInProgress
Authentication is currently in process. The user's authentication is being challenged, but has not failed or succeeded yet.
- AuthSucceeded
The authentication succeeded.
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 |
See Also
Reference
PhCommon Enumerations
PhCommon Reference
PH_AUTHENTICATE_USER_PARAMETERS