示例#1
0
 public static bool IsTargetUnwind(this EXCEPTION_FLAGS Flag) =>
 WinNTFunctions.IS_TARGET_UNWIND((int)Flag);
示例#2
0
 public static bool IsUnwinding(this EXCEPTION_FLAGS Flag) =>
 WinNTFunctions.IS_UNWINDING((int)Flag);
示例#3
0
 public static bool IsDispatching(this EXCEPTION_FLAGS Flag) =>
 WinNTFunctions.IS_DISPATCHING((int)Flag);
示例#4
0
 /// <summary>
 /// Determines if the provided virtual disk handle state, from <see cref="SHARED_VIRTUAL_DISK_SUPPORT"/>,
 /// indicates that the target virtual disk file is opened in shared mode.
 /// </summary>
 public static bool IsVirtualDiskFileShared(this SharedVirtualDiskHandleState HandleState) =>
 WinNTFunctions.IsVirtualDiskFileShared(HandleState);