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_UNKNOWN The host type is unknown. |
WLDP_HOST_ID_GLOBAL The host type is global policy. |
WLDP_HOST_ID_VBA The host type is VBScript. |
WLDP_HOST_ID_WSH The host type is Windows Script Host. |
WLDP_HOST_ID_POWERSHELL The host type is Windows Powershell. |
WLDP_HOST_ID_IE The host type is Internet Explorer. |
WLDP_HOST_ID_MSI The host type is the Microsoft Windows Installer. |
WLDP_HOST_ID_ALL Catch-all for custom objects without a subject interface package. |
WLDP_HOST_ID_MAX The 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 |