#[repr(C)]pub struct COMPRESS_ALLOCATION_ROUTINES {
pub Allocate: PFN_COMPRESS_ALLOCATE,
pub Free: PFN_COMPRESS_FREE,
pub UserContext: *mut c_void,
}Expand description
Required features: "Win32_Storage_Compression"
Fields§
§Allocate: PFN_COMPRESS_ALLOCATE§Free: PFN_COMPRESS_FREE§UserContext: *mut c_void