コード例 #1
0
 public static extern NtStatus NtSetInformationDebugObject(
     SafeKernelObjectHandle DebugObjectHandle,
     DebugObjectInformationClass DebugObjectInformationClass,
     SafeBuffer DebugInformation,
     int DebugInformationLength,
     out int ReturnLength
     );
コード例 #2
0
 internal static extern NtStatus NtSetInformationDebugObject([In] IntPtr DebugObjectHandle, [In] DebugObjectInformationClass DebugObjectInformationClass, [In] IntPtr DebugObjectInformation, [In] int DebugObjectInformationLength, [Out][Optional] out int ReturnLength);
コード例 #3
0
 internal static extern NtStatus NtSetInformationDebugObject([In] IntPtr debugObjectHandle, [In] DebugObjectInformationClass debugObjectInformationClass, [In] IntPtr debugObjectInformation, [In] int debugObjectInformationLength, [Out] out int returnLength);
コード例 #4
0
ファイル: NativeMethods.cs プロジェクト: zha0/Cerberus
 public static extern NtStatus NtSetInformationDebugObject([In] IntPtr DebugObjectHandle, [In] DebugObjectInformationClass DebugObjectInformationClass, [In] IntPtr DebugObjectInformation, [In] int DebugObjectInformationLength, out int ReturnLength);