
[Top]
system
|
Method system.NetGroupEnum()
- Method
NetGroupEnum
array(string|array(string|int)) system.NetGroupEnum(string|int(0..0)|void server, int|void level)
- Description
-
Get information about network groups.
- Parameter server
Server the groups exist on.
- Parameter level
Information level. One of:
- Returns
Returns an array on success. Throws errors on failure.
- FIXME
Document the return value.
- Note
This function is only available on some Win32 systems.
- See also
system.NetUserGetInfo, system.NetUserEnum,
system.NetLocalGroupEnum, system.NetUserGetGroups,
system.NetUserGetLocalGroups, system.NetGroupGetUsers,
system.NetLocalGroupGetMembers, system.NetGetDCName,
system.NetGetAnyDCName
Extracted from Pike v7.3 release 11 at 2001-11-03.
|