Contents Index Topic Contents | ||
Previous Topic: PSUACTION Next Topic: SZM_FLAGS |
PUAF
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;This enumerated type contains the flags passed into IInternetSecurityManager::ProcessUrlAction.
- PUAF_DEFAULT
- Use the defaults associated with the action.
- PUAF_NOUI
- Do not display any user interfaces.
- PUAF_ISFILE
- Assume the URL is a file. The protocol scheme, "file://", is not required.
- PUAF_WARN_IF_DENIED
- Warn 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.