LOCALGROUP_MEMBERS_INFO_3 structure (lmaccess.h)
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, *PLOCALGROUP_MEMBERS_INFO_3, *LPLOCALGROUP_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
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) |