Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the host type of the WLDP caller.
Syntax
typedef enum WLDP_HOST_ID {
WLDP_HOST_ID_UNKNOWN,
WLDP_HOST_ID_GLOBAL,
WLDP_HOST_ID_VBA,
WLDP_HOST_ID_WSH,
WLDP_HOST_ID_POWERSHELL,
WLDP_HOST_ID_IE,
WLDP_HOST_ID_MSI,
WLDP_HOST_ID_ALL,
WLDP_HOST_ID_MAX
} ;
Constants
WLDP_HOST_ID_UNKNOWNThe host type is unknown. |
WLDP_HOST_ID_GLOBALThe host type is global policy. |
WLDP_HOST_ID_VBAThe host type is VBScript. |
WLDP_HOST_ID_WSHThe host type is Windows Script Host. |
WLDP_HOST_ID_POWERSHELLThe host type is Windows Powershell. |
WLDP_HOST_ID_IEThe host type is Internet Explorer. |
WLDP_HOST_ID_MSIThe host type is the Microsoft Windows Installer. |
WLDP_HOST_ID_ALLCatch-all for custom objects without a subject interface package. |
WLDP_HOST_ID_MAXThe maximum enumeration value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | wldp.h |