[Top]
System
|
Method System.NetLocalGroupEnum()
- Method
NetLocalGroupEnum
-
array(array(string|int)) System.NetLocalGroupEnum(string|int(0..0)|void server, int|void level)
- Description
-
Get information about local 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.NetGroupEnum, System.NetUserGetGroups,
System.NetUserGetLocalGroups, System.NetGroupGetUsers,
System.NetLocalGroupGetMembers, System.NetGetDCName,
System.NetGetAnyDCName
|