Desktop Functions: Smart Device Functions:
|
Search Results for "NetLocalGroupGetMembers" in [All]StructuresUseful for NetLocalGroupGetMembers netapi32
/// The NetLocalGroupGetMembers function retrieves a list of the members of a particular local group in
public extern static int NetLocalGroupGetMembers(
Declare Function NetLocalGroupGetMembers Lib "netapi32.dll" (TODO) As TODO
int val = NetLocalGroupGetMembers(ServerName, GroupName, 2, out bufPtr, -1, out EntriesRead, out TotalEntries, Resume); |