다음을 통해 공유


SZM_FLAGS (Windows CE 5.0)

Send Feedback

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

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

Elements

  • SZM_CREATE
    Creates a new mapping.
  • SZM_DELETE
    Deletes the mapping.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.