Skip to main content

NtQueryInformationEnlistment

Function NtQueryInformationEnlistment 

Source
pub unsafe extern "system" fn NtQueryInformationEnlistment(
    EnlistmentHandle: HANDLE,
    EnlistmentInformationClass: ENLISTMENT_INFORMATION_CLASS,
    EnlistmentInformation: PVOID,
    EnlistmentInformationLength: ULONG,
    ReturnLength: PULONG,
) -> NTSTATUS