Desktop Functions: Smart Device Functions:
|
Search Results for "NetRemoteComputerSupports" in [All]netapi32
[DllImport("Netapi32.dll", EntryPoint = "NetRemoteComputerSupports", CharSet = CharSet.Unicode)]
private static extern Int32 NetRemoteComputerSupports(String uncServerName, NetSupportOption optionsWanted,ref NetSupportOption optionsSupported);
Declare Unicode Function NetRemoteComputerSupports Lib "Netapi32.dll" ( _
If NetRemoteComputerSupports(ComputerName, Wanted, supports) = NET_API_STATUS.NERR_Success Then
Debug.WriteLine(NetRemoteComputerSupports("{SERVERNAME}", Want,ref Has));
[DllImport("Netapi32.dll", EntryPoint = "NetRemoteComputerSupports", CharSet = CharSet.Unicode)]
private static extern Int32 NetRemoteComputerSupports(String uncServerName, NetSupportOption optionsWanted,ref NetSupportOption optionsSupported); |