2 references to ERROR_PARTIAL_COPY
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
628
throw new Win32Exception(NativeMethods.
ERROR_PARTIAL_COPY
, SR.GetString(SR.EnumProcessModuleFailedDueToWow));
702
if (e.NativeErrorCode == NativeMethods.ERROR_INVALID_HANDLE || e.NativeErrorCode == NativeMethods.
ERROR_PARTIAL_COPY
)