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
 public static extern NtStatus NtSetInformationDebugObject([In] IntPtr DebugObjectHandle, [In] DebugObjectInformationClass DebugObjectInformationClass, [In] IntPtr DebugObjectInformation, [In] int DebugObjectInformationLength, out int ReturnLength);