Compartir a través de


BEGIN_PROPERTY_SET_EX

Marks the beginning of a property set in a property set map.

BEGIN_PROPERTY_SET_EX(guid, flags )

Parameters

  • guid
    [in] The property GUID.

  • flags
    [in] UPROPSET_HIDDEN for any property sets you do not wish to expose, or UPROPSET_PASSTHROUGH for a provider exposing properties defined outside the scope of the provider.

Example

See BEGIN_PROPSET_MAP.

Requirements

Header: atldb.h

See Also

Concepts

Macros for OLE DB Provider Templates

OLE DB Provider Templates (C++)

The OLE DB Provider Template Architecture

Creating an OLE DB Provider