Share via


NETUI_RESPWD (Compact 2013)

3/26/2014

This structure specifies a resource password.

Syntax

typedef struct _NETUI_RESPWD {
  TCHAR szPassword[PWLEN +1];
  TCHAR szResourceName[RMLEN];
} NETUI_RESPWD, *PNETUI_RESPWD;

Members

  • szPassword
    Specifies the password for the resource.
  • szResourceName
    Specifies the name of the resource.

Requirements

Header

netui.h

See Also

Reference

Network User Interface Structures
GetResourcePassword