Function windows::Wdk::System::SystemServices::NtQueryInformationEnlistment
pub unsafe fn NtQueryInformationEnlistment<P0>(
enlistmenthandle: P0,
enlistmentinformationclass: ENLISTMENT_INFORMATION_CLASS,
enlistmentinformation: *mut c_void,
enlistmentinformationlength: u32,
returnlength: *mut u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,