SZM_FLAGSSZM_FLAGS*
*Contents  *Index  *Topic Contents
*Previous Topic: PUAF
*Next Topic: URLTEMPLATE

SZM_FLAGS

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

This enumerated type contains the flag values used for creating and enumerating security zone mappings.

SZM_CREATE
Create a new mapping.
SZM_DELETE
Delete the mapping.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.