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.
Contains the flags passed out of the IInternetSecurityManagerEx::ProcessUrlActionEx method.
Syntax
typedef enum {
PUAFOUT_DEFAULT = 0x00000000,
PUAF_ISLOCKZONEPOLICY = 0x00000001
} PUAFOUT;
Constants
PUAFOUT_DEFAULT
Default value.PUAF_ISLOCKZONEPOLICY
Returned the URL policy from the locked down security zone.
Remarks
The PUAFOUT enumeration was introduced in Microsoft Internet Explorer 6 for Windows XP Service Pack 2 (SP2).
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 |
Product |
Internet Explorer 6.0 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |