Share via


NETUI_NEWPWD (Windows Embedded CE 6.0)

1/6/2010

This structure specifies the password for GetNewPassword.

Syntax

typedef struct _NETUI_NEWPWD{
   TCHAR szNewPassword[PWLEN+1];
} NETUI_NEWPWD, *PNETUI_NEWPWD;

Members

  • szNewPassword
    Specifies the password for the resource.

Requirements

Header netui.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Other Resources

Network User Interface Structures