Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.71 KB

File metadata and controls

37 lines (29 loc) · 1.71 KB
title DeInitCompression Function
ms.date 10/07/2016
description DeInitCompression Function de-initializes the compression scheme, takes no parameters, and does not return a value.
ms.assetid 5d51951a-cdd7-4a2b-aebf-65239963bf1d

DeInitCompression Function

De-initializes the compression scheme.

Syntax

VOID WINAPI DeInitCompression(  
   VOID  
);  

Parameters

This function takes no parameters.

Return Value

This function does not return a value

Remarks

When used with IIS, this method is called before the compression scheme dynamic link library (DLL) is unloaded by the IIS compression module.

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