Share via


GetResourcePassword (Compact 2013)

3/26/2014

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

See Also

Reference

Network User Interface Functions
GetUsernamePassword
NETUI_RESPWD