2 writes to Next_f
System.Management (2)
System\Management\ManagementScope.cs (2)
333
LoadDelegate(ref
Next_f
, hModule, "Next") &&
402
Next_f
= (int _, IntPtr __, int ___, ref string ____, ref object _____, ref int ______, ref int _______) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to Next_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
147
int res = WmiNetUtilsHelper.
Next_f
(9, pWbemClassObject, lFlags, ref strName, ref pVal, ref pType, ref plFlavor);