windows
0.60.0
In windows::
Win32::
Storage::
Compression
Structs
COMPRESSOR_HANDLE
COMPRESS_ALGORITHM
COMPRESS_ALLOCATION_ROUTINES
COMPRESS_INFORMATION_CLASS
DECOMPRESSOR_HANDLE
Constants
COMPRESS_ALGORITHM_INVALID
COMPRESS_ALGORITHM_LZMS
COMPRESS_ALGORITHM_MAX
COMPRESS_ALGORITHM_MSZIP
COMPRESS_ALGORITHM_NULL
COMPRESS_ALGORITHM_XPRESS
COMPRESS_ALGORITHM_XPRESS_HUFF
COMPRESS_INFORMATION_CLASS_BLOCK_SIZE
COMPRESS_INFORMATION_CLASS_INVALID
COMPRESS_INFORMATION_CLASS_LEVEL
COMPRESS_RAW
Functions
CloseCompressor
CloseDecompressor
Compress
CreateCompressor
CreateDecompressor
Decompress
QueryCompressorInformation
QueryDecompressorInformation
ResetCompressor
ResetDecompressor
SetCompressorInformation
SetDecompressorInformation
Type Aliases
PFN_COMPRESS_ALLOCATE
PFN_COMPRESS_FREE
windows
::
Win32
::
Storage
::
Compression
Function
CloseCompressor
Copy item path
Settings
Help
Summary
pub unsafe fn CloseCompressor(compressorhandle:
COMPRESSOR_HANDLE
) -> Result<
()
>