Function windows_native::ntdbg::NtSetInformationDebugObject
source · pub unsafe extern "system" fn NtSetInformationDebugObject(
DebugObjectHandle: HANDLE,
DebugObjectInformationClass: DEBUGOBJECTINFOCLASS,
DebugInformation: *mut c_void,
DebugInformationLength: u32,
ReturnLength: *mut u32
) -> NTSTATUS