GetResourcePassword (Windows CE 5.0)

Send Feedback

This function prompts the user to enter a password for a password-protected network share. This function is called by the network redirector to obtain user credentials.

BOOL GetResourcePassword(HWND hParent, PNETUI_RESPWD pResPwd);

Parameters

  • hParent
    Handle to the parent window requiring the password.
  • pResPwd
    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 | GetUsernamePassword | NETUI_RESPWD

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.