Function windows_sys::Wdk::System::SystemServices::ClfsCreateMarshallingAreaEx
pub unsafe extern "system" fn ClfsCreateMarshallingAreaEx(
plfolog: *const FILE_OBJECT,
epooltype: POOL_TYPE,
pfnallocbuffer: PALLOCATE_FUNCTION,
pfnfreebuffer: PFREE_FUNCTION,
cbmarshallingbuffer: u32,
cmaxwritebuffers: u32,
cmaxreadbuffers: u32,
calignmentsize: u32,
fflags: u64,
ppvmarshalcontext: *mut *mut c_void
) -> 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"