BEGIN_PROPERTY_SET_EX

BEGIN_PROPERTY_SET(pguid, flags)

Parameters

pguid

[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.

Remarks

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

Macros for OLE DB Provider Templates

Example

See BEGIN_PROPSET_MAP.

See Also

Using the OLE DB Provider Templates, The OLE DB Provider Architecture, Creating an OLE DB Provider