Desktop Functions: Smart Device Functions:
|
Search Results for "NetWkstaGetInfo" in [All]netapi32referenced by NetWkstaGetInfo
public static extern int NetWkstaGetInfo(string servername, int level, out IntPtr bufptr);
Declare Function NetWkstaGetInfo Lib "netapi32.dll" (TODO) As TODO
var ret = PInvoke.NetWkstaGetInfo(host, 100, out buffer); advapi323: Tyde
|