Share via


GetResourcePassword

This function prompts a user for a network password. 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

GetUsernamePassword | NETUI_RESPWD

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.