LOCALGROUP_MEMBERS_INFO_3 structure
The LOCALGROUP_MEMBERS_INFO_3 structure contains the account name and domain name associated with a local group member.
Syntax
typedef struct _LOCALGROUP_MEMBERS_INFO_3 { LPWSTR lgrmi3_domainandname; } LOCALGROUP_MEMBERS_INFO_3;
Members
- lgrmi3_domainandname
-
Pointer to a null-terminated Unicode string specifying the account name of the local group member prefixed by the domain name and the "\" separator character. For example:
<DomainName>\<AccountName>
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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
- Network Management Overview
- Network Management Structures
- Local Group Functions
- LOCALGROUP_MEMBERS_INFO_0
- LOCALGROUP_MEMBERS_INFO_1
- LOCALGROUP_MEMBERS_INFO_2
- NetLocalGroupAddMembers
- NetLocalGroupDelMembers
- NetLocalGroupGetMembers
- NetLocalGroupSetMembers