LOCALGROUP_INFO_0 structure (lmaccess.h)
The LOCALGROUP_INFO_0 structure contains a local group name.
Syntax
typedef struct _LOCALGROUP_INFO_0 {
LPWSTR lgrpi0_name;
} LOCALGROUP_INFO_0, *PLOCALGROUP_INFO_0, *LPLOCALGROUP_INFO_0;
Members
lgrpi0_name
Pointer to a Unicode string that specifies a local group name. For more information, see the following Remarks section.
Remarks
When you call the NetLocalGroupAdd function, this member specifies the name of a new local group. When you call the NetLocalGroupSetInfo function, this member specifies the new name of an existing local group.
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) |