2 writes to BeginEnumeration_f
System.Management (2)
System\Management\ManagementScope.cs (2)
332
LoadDelegate(ref
BeginEnumeration_f
, hModule, "BeginEnumeration") &&
401
BeginEnumeration_f
= (_, __, ___) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to BeginEnumeration_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
137
int res = WmiNetUtilsHelper.
BeginEnumeration_f
(8, pWbemClassObject, lEnumFlags);