Worker Process and Protocol Manager Enumerations

 

This section describes the enumerations that are used by the interfaces and methods in the worker process framework. These enumerations are defined in the Wpframework.h header file.

In This Section

The IIS worker process framework exposes the following enumerations.

Enumeration Description
PM_INTERFACE_ID_ENUM Defines the interfaces that the IProtocolManager::GetPmInterface method supports.
WPF_INTERFACE_ID_ENUM Defines the interfaces that the IWorkerProcessFramework::GetWpfInterface method supports.
WPF_SETTINGS_BOOL_ENUM Defines the BOOL values that the IWpfSettings::GetBoolProperty method returns.
WPF_SETTINGS_DWORD_ENUM Defines the DWORD values that the IWpfSettings::GetDwordProperty method returns.
WPF_SETTINGS_HANDLE_ENUM Defines the HANDLE values that the IWpfSettings::GetHandleProperty method returns.
WPF_SETTINGS_STRING_ENUM Defines the string values that the IWpfSettings::GetStringProperty method returns.
WPF_SETTINGS_ULONGLONG_ENUM Defines the ULONGLONG values that the IWpfSettings::GetUlonglongProperty method returns.

See Also

Worker Process Framework API Reference