You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.309
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
This commit is contained in:
parent
ee1447783b
commit
94b2861243
@ -38,6 +38,15 @@ namespace Microsoft.Win32
|
||||
public const int WAIT_ABANDONED = 0x00000080;
|
||||
public const int WAIT_ABANDONED_0 = WAIT_ABANDONED;
|
||||
|
||||
public const int ERROR_FILE_NOT_FOUND = 2;
|
||||
public const int ERROR_PATH_NOT_FOUND = 3;
|
||||
public const int ERROR_ACCESS_DENIED = 5;
|
||||
public const int ERROR_INVALID_HANDLE = 6;
|
||||
public const int ERROR_SHARING_VIOLATION = 32;
|
||||
public const int ERROR_INVALID_NAME = 0x7B;
|
||||
public const int ERROR_ALREADY_EXISTS = 183;
|
||||
public const int ERROR_FILENAME_EXCED_RANGE = 0xCE;
|
||||
|
||||
public static bool DuplicateHandle(HandleRef hSourceProcessHandle, SafeHandle hSourceHandle, HandleRef hTargetProcess,
|
||||
out SafeWaitHandle targetHandle, int dwDesiredAccess, bool bInheritHandle, int dwOptions)
|
||||
{
|
||||
|
Reference in New Issue
Block a user