Skip to content

Latest commit

 

History

History
96 lines (69 loc) · 3.52 KB

ns-lmaccess-localgroup_info_0.md

File metadata and controls

96 lines (69 loc) · 3.52 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:lmaccess._LOCALGROUP_INFO_0
LOCALGROUP_INFO_0 (lmaccess.h)
The LOCALGROUP_INFO_0 structure contains a local group name.
*LPLOCALGROUP_INFO_0
*PLOCALGROUP_INFO_0
LOCALGROUP_INFO_0
LOCALGROUP_INFO_0 structure [Network Management]
LPLOCALGROUP_INFO_0
LPLOCALGROUP_INFO_0 structure pointer [Network Management]
PLOCALGROUP_INFO_0
PLOCALGROUP_INFO_0 structure pointer [Network Management]
_win32_localgroup_info_0_str
lmaccess/LOCALGROUP_INFO_0
lmaccess/LPLOCALGROUP_INFO_0
lmaccess/PLOCALGROUP_INFO_0
netmgmt.localgroup_info_0_str
netmgmt\localgroup_info_0_str.htm
NetMgmt
dfdb4c20-ea4a-45c9-b4f3-d6a844f89bb6
12/05/2018
*LPLOCALGROUP_INFO_0, *PLOCALGROUP_INFO_0, LOCALGROUP_INFO_0, LOCALGROUP_INFO_0 structure [Network Management], LPLOCALGROUP_INFO_0, LPLOCALGROUP_INFO_0 structure pointer [Network Management], PLOCALGROUP_INFO_0, PLOCALGROUP_INFO_0 structure pointer [Network Management], _win32_localgroup_info_0_str, lmaccess/LOCALGROUP_INFO_0, lmaccess/LPLOCALGROUP_INFO_0, lmaccess/PLOCALGROUP_INFO_0, netmgmt.localgroup_info_0_str
lmaccess.h
Lm.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
LOCALGROUP_INFO_0, *PLOCALGROUP_INFO_0, *LPLOCALGROUP_INFO_0
19H1
_LOCALGROUP_INFO_0
lmaccess/_LOCALGROUP_INFO_0
PLOCALGROUP_INFO_0
lmaccess/PLOCALGROUP_INFO_0
LOCALGROUP_INFO_0
lmaccess/LOCALGROUP_INFO_0
c++
APIRef
kbSyntax
HeaderDef
Lmaccess.h
LOCALGROUP_INFO_0

LOCALGROUP_INFO_0 structure

-description

The LOCALGROUP_INFO_0 structure contains a local group name.

-struct-fields

-field 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.

-see-also

Local Group Functions

NetLocalGroupAdd

NetLocalGroupEnum

NetLocalGroupSetInfo

Network Management Overview

Network Management Structures