Contents
|
win32net
.NetLocalGroupAdd
NetLocalGroupAdd(
server
, level
, data
)
Creates a new group.
Parameters
server
: string/
PyUnicode
The name of the server, or None.
level
: int
The information level contained in the data
data
:
PyLOCALGROUP_INFO_*
A dictionary holding the group data.
Win32 API References
Search for
NetLocalGroupAdd
at
msdn
,
google
or
google groups
.