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 into the IInternetSecurityManager::ProcessUrlAction method.
Syntax
typedef enum __MIDL_IInternetSecurityManager_0001 {
PUAF_DEFAULT = 0,
PUAF_NOUI = 0x1,
PUAF_ISFILE = 0x2,
PUAF_WARN_IF_DENIED = 0x4,
PUAF_FORCEUI_FOREGROUND = 0x8,
PUAF_CHECK_TIFS = 0x10
} PUAF;
Enumerators
- 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.
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib
See Also
URL Moniker Services Enumerations
Send Feedback on this topic to the authors