Share via


NETUI_RESPWD (Windows CE 5.0)

Send Feedback

This structure specifies a resource password.

typedef struct _NETUI_RESPWD {TCHARszPassword[PWLEN +1];TCHARszResourceName[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

Network User Interface Structures | GetResourcePassword

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.