Share via


NETUI_RESPWD

This structure specifies a resource password.

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

OS Versions: Windows CE 2.10 and later.
Header: Netui.h.

See Also

GetResourcePassword

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.