Prev Next

LOCALGROUP_USERS_INFO_0 info  Overview  Group

The LOCALGROUP_USERS_INFO_0 structure contains user names within a local group.

typedef struct _LOCALGROUP_USERS_INFO_0 {

     LPWSTR  lgrui0_name;

} LOCALGROUP_USERS_INFO_0, *PLOCALGROUP_USERS_INFO_0,

  *LPLOCALGROUP_USERS_INFO_0;

 

Members

lgrui0_name
Pointer to a Unicode string containing a list of user names in the local group.

See Also

NetUserGetLocalGroups