CheckPassword

This function compares a specified string to the system password. A remote application interface (RAPI) version of this function exists, named CeCheckPassword.

At a Glance

Header file: Winbase.h
Windows CE versions: 1.01 and later

Syntax

BOOL CheckPassword( LPWSTR lpszPassword );

Parameters

lpszPassword

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.