| 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 |
De-initializes the compression scheme.
VOID WINAPI DeInitCompression(
VOID
); This function takes no parameters.
This function does not return a value
When used with IIS, this method is called before the compression scheme dynamic link library (DLL) is unloaded by the IIS compression module.
| 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 |