CeCheckPassword (RAPI) (Windows CE 5.0)
This function compares a specified string to the system password.
CeCheckPassword is a remote application programming interface (RAPI), which enables an application running on a desktop computer to make function calls on a Windows CE–based device.
BOOLCeCheckPassword( LPWSTRlpszPassword);
Parameters
- lpszPassword
[in] Pointer to a wide character string to compare with the system password.
Return Values
TRUE indicates that lpszPassword matches the system password. FALSE indicates failure.
Upon a RAPI related failure, the return value is FALSE.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Rapi.h.
Link Library: Rapi.lib.
See Also
Send Feedback on this topic to the authors