Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.63 KB

File metadata and controls

35 lines (28 loc) · 1.63 KB
title DestroyCompression Function
description The DestroyCompression function destroys the specified compression context. This article describes its syntax, return value, and requirements.
ms.date 10/07/2016
ms.assetid a3be752e-2d92-4185-a28b-b2a0c15f28dc

DestroyCompression Function

Destroys the specified compression context.

Syntax

VOID WINAPI DestroyCompression(  
   IN PVOID context  
);  

Parameters

context
[OUT] Pointer to the compression context to destroy.

Return Value

This function does not return a value.

Requirements

Type Description
Client - IIS 7.0 on [!INCLUDEwinvista]
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on [!INCLUDEwinsrv2008]
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100]
Header Httpcompression.h

See Also

Web Server Core Functions