SZM_FLAGS
A version of this page is also available for
4/8/2010
This enumeration contains the flag values used for creating and enumerating security zone mappings.
Syntax
typedef enum {
SZM_CREATE = 0x00000000,
SZM_DELETE = 0x00000001
} SZM_FLAGS;
Elements
- SZM_CREATE
Creates a new mapping.
- SZM_DELETE
Deletes the mapping.
Requirements
Header | urlmon.h, urlmon.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |