WPF_INTERFACE_ID_ENUM Enumeration
Defines the interfaces that the IWorkerProcessFramework::GetWpfInterface method supports.
Syntax
enum WPF_INTERFACE_ID_ENUM {
WPF_CONFIG_API_ID = 1,
WPF_APPLICATION_INFO_UTIL_ID,
WPF_SETTINGS_ID,
WPF_ACTIONS_ID,
WPF_EXPOSE_PROTOCOL_MANAGER_CUSTOM_INTERFACE_ID
WPF_APPLICATION_PRELOAD_INFO_UTIL_ID
};
Members
Name | Description |
---|---|
WPF_CONFIG_API_ID |
Reserved for future use. |
WPF_APPLICATION_INFO_UTIL_ID |
The IWpfApplicationInfoUtil interface. |
WPF_SETTINGS_ID |
The IWpfSettings interface. |
WPF_ACTIONS_ID |
The IWpfActions interface. |
WPF_EXPOSE_PROTOCOL_MANAGER_CUSTOM_INTERFACE_ID |
The IWpfExposeProtocolManagerCustomInterface interface. |
WPF_APPLICATION_PRELOAD_INFO_UTIL_ID |
The IWpfApplicationPreloadUtil interface. |
Requirements
Type | Description |
---|---|
Client | - IIS 7.0 on Windows Vista - IIS 7.5 on Windows 7 - IIS 8.0 on Windows 8 - IIS 10.0 on Windows 10 |
Server | - IIS 7.0 on Windows Server 2008 - 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 - IIS Express 7.5, IIS Express 8.0, IIS Express 10.0 |
Header | Wpframework.h |
See Also
Worker Process and Protocol Manager Enumerations
PM_INTERFACE_ID_ENUM Enumeration
WPF_SETTINGS_BOOL_ENUM Enumeration
WPF_SETTINGS_DWORD_ENUM Enumeration
WPF_SETTINGS_STRING_ENUM Enumeration
WPF_SETTINGS_ULONGLONG_ENUM Enumeration