GetUsernamePassword (Windows CE 5.0)

Send Feedback

This function retrieves user credentials for OS components such as PPP and the redirector. It interacts with the OS credential manager to persist user credentials as appropriate.

BOOL GetUsernamePassword(HWND hParent, PNETUI_USERPWD pUserPwd);

Parameters

  • hParent
    Handle to the parent window requiring a user password.
  • pUserPwd
    Pointer to the password.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Netui.h.
Link Library: Netui.lib.

See Also

Network User Interface Functions | GetResourcePassword | NETUI_USERPWD

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.