Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.14 KB

worker-process-and-protocol-manager-exported-functions.md

File metadata and controls

18 lines (15 loc) · 1.14 KB
title description ms.date ms.assetid
Worker Process and Protocol Manager Exported Functions
Describes the worker process and protocol manager exported functions and provides links to documentation on exported functions.
10/07/2016
5be47a79-5e0d-47b4-9d3c-36a9b7b04c07

Worker Process and Protocol Manager Exported Functions

This section describes the exported functions that the worker process framework exposes. These functions are defined in the Wpframework.h header file.

In This Section

The IIS worker process framework exposes the following export functions.

Function Description
PFN_GET_PROTOCOL_MANAGER Defines the default entry point of the dynamic-link library (DLL) that allows worker processes to instantiate the IProtocolManager.

See Also

Worker Process Framework API Reference