#[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_ALLOCATEFree: PFN_COMPRESS_FREEUserContext: *mut c_void