Skip to main content

NtSetInformationDebugObject

Function NtSetInformationDebugObject 

Source
pub unsafe extern "system" fn NtSetInformationDebugObject(
    DebugObjectHandle: HANDLE,
    DebugObjectInformationClass: DEBUGOBJECTINFOCLASS,
    DebugInformation: PVOID,
    DebugInformationLength: ULONG,
    ReturnLength: PULONG,
) -> NTSTATUS