Function windows_sys::Wdk::System::SystemServices::IoCsqInitialize
pub unsafe extern "system" fn IoCsqInitialize(
csq: *mut IO_CSQ,
csqinsertirp: PIO_CSQ_INSERT_IRP,
csqremoveirp: PIO_CSQ_REMOVE_IRP,
csqpeeknextirp: PIO_CSQ_PEEK_NEXT_IRP,
csqacquirelock: PIO_CSQ_ACQUIRE_LOCK,
csqreleaselock: PIO_CSQ_RELEASE_LOCK,
csqcompletecanceledirp: PIO_CSQ_COMPLETE_CANCELED_IRP
) -> NTSTATUS
Expand description
Required features: "Wdk_Foundation"
, "Wdk_Storage_FileSystem"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"