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.
1/6/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 |