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
Reference
Concepts
OLE DB Provider Templates (C++)
OLE DB Provider Template Architecture