GetResourcePassword (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

BOOL GetResourcePassword(
  HWND hParent, 
  PNETUI_RESPWD pResPwd
);

Parameters

  • hParent
    Handle to the parent window requiring the password.
  • pResPwd
    Pointer to the password.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header netui.h
Library Netui.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

GetUsernamePassword
NETUI_RESPWD

Other Resources

Network User Interface Functions