4 references to ERROR_PATH_NOT_FOUND
System (4)
services\monitoring\system\diagnosticts\Process.cs (1)
2251
case NativeMethods.SE_ERR_PNF: error = NativeMethods.
ERROR_PATH_NOT_FOUND
; break;
sys\system\io\ports\InternalResources.cs (1)
107
case NativeMethods.
ERROR_PATH_NOT_FOUND
:
sys\system\threading\semaphore.cs (2)
192
InternalResources.WinIOError(NativeMethods.
ERROR_PATH_NOT_FOUND
, string.Empty);
279
if (NativeMethods.
ERROR_PATH_NOT_FOUND
== errorCode)