Click to return to the Security     
PSUACTION Enumerated Type     SZM_FLAGS Enumerated Type     URL Security Zones Enumer...    
Web Workshop  |  Security & Cryptography

PUAF Enumerated Type


Contains the flags passed into the IInternetSecurityManager::ProcessUrlAction method.

Syntax

typdef enum {
    PUAF_DEFAULT = 0x0000000,
    PUAF_NOUI = 0x00000001,
    PUAF_ISFILE = 0x00000002,
    PUAF_WARN_IF_DENIED = 0x00000004,
    PUAF_FORCEUI_FOREGROUND = 0x00000008,
    PUAF_CHECK_TIFS = 0x00000010,
    PUAF_DONTCHECKBOXINDIALOG = 0x00000020,
    PUAF_TRUSTED = 0x00000040,
    PUAF_ACCEPT_WILDCARD_SCHEME = 0x00000080,
} PUAF;

Constants

PUAF_DEFAULT
Use the defaults associated with the action.
PUAF_NOUI
Do not display any user interface.
PUAF_ISFILE
Assume the URL is a file. The protocol scheme, "file://", is not required.
PUAF_WARN_IF_DENIED
Warn the user that a URL action was denied.
PUAF_FORCEUI_FOREGROUND
Force the user interface to be displayed in the foreground.
PUAF_CHECK_TIFS
Obsolete. Do not use.
PUAF_DONTCHECKBOXINDIALOG
Reserved. Do not use.
PUAF_TRUSTED
Indicates that the call is coming from a trusted source and implies that the policy returned should be the lowest security level possible. The default security manager will not honor this flag, but custom security managers may choose to honor it. This value was introduced for Microsoft® Internet Explorer 5.
PUAF_ACCEPT_WILDCARD_SCHEME
Indicates that the security manager should accept wildcards in the URL scheme. This value was introduced for Internet Explorer 5.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Urlmon.h
Minimum availability Internet Explorer 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.