Platform SDK: Network Management

USER_INFO_1051

The USER_INFO_1051 structure contains the relative ID (RID) associated with the user account. This information level is valid only when you call the NetUserSetInfo function.

typedef struct _USER_INFO_1051 {
  DWORD    usri1051_primary_group_id;
} USER_INFO_1051, *PUSER_INFO_1051, *LPUSER_INFO_1051;

Members

usri1051_primary_group_id
Specifies a DWORD value that contains the RID of the Primary Global Group for the user specified in the username parameter to the NetUserSetInfo function. This member must be the RID of a global group that represents the enrolled user.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmaccess.h.

See Also

Network Management Overview, Network Management Structures, User Functions, NetUserSetInfo