1 reference to SM_NETWORK
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
383
public static bool Network => (PInvokeCore.GetSystemMetrics(
SM_NETWORK
) & 0x00000001) != 0;