CeCheckPassword (RAPI)

Send Feedback

This function compares a specified string to the system password on a remote Microsoft® Windows® CE–based device.

BOOL CeCheckPassword( 
  LPWSTR lpszPassword 
);

Parameters

  • lpszPassword
    [in] Pointer to a NULL-terminated wide character string to compare with the system password.

Return Values

Nonzero indicates that lpszPassword matches the system password. Zero indicates failure.

Upon a RAPI-related failure, the return value is zero.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Rapi.h
Library: Rapi.lib

See Also

Remote API Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.