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