LOCALGROUP_USERS_INFO_0 structure (lmaccess.h)

The LOCALGROUP_USERS_INFO_0 structure contains local group member information.

Syntax

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 specifying the name of a local group to which the user belongs.

Remarks

User account names are limited to 20 characters and group names are limited to 256 characters. In addition, account names cannot be terminated by a period and they cannot include commas or any of the following printable characters: ", /, , [, ], :, |, <, >, +, =, ;, ?, *. Names also cannot include characters in the range 1-31, which are nonprintable.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header lmaccess.h (include Lm.h)

See also

Local Group Functions

NetUserGetLocalGroups

Network Management Overview

Network Management Structures