2 writes to EndEnumeration_f
System.Management (2)
System\Management\ManagementScope.cs (2)
334
LoadDelegate(ref
EndEnumeration_f
, hModule, "EndEnumeration") &&
403
EndEnumeration_f
= (_, __) => throw new PlatformNotSupportedException(exceptionMessage);
1 reference to EndEnumeration_f
System.Management (1)
System\Management\InteropClasses\WMIInterop.cs (1)
155
int res = WmiNetUtilsHelper.
EndEnumeration_f
(10, pWbemClassObject);