Share via


NETUI_RESPWD (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

GetResourcePassword

Other Resources

Network User Interface Structures