Click to return to the Security     
PUAF Enumerated Type     URLTEMPLATE Enumerated Ty...     URL Security Zones Enumer...    
Web Workshop  |  Security & Cryptography

SZM_FLAGS Enumerated Type


Contains the flag values used for creating and enumerating security zone mappings.

Syntax

typedef enum {
    SZM_CREATE = 0x00000000,
    SZM_DELETE = 0x00000001,
} SZM_FLAGS;

Constants

SZM_CREATE
Create a new mapping.
SZM_DELETE
Delete the mapping.

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.