BEGIN_PROPERTY_SET_EX
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at BEGIN_PROPERTY_SET_EX.
Marks the beginning of a property set in a property set map.
Syntax
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
Macros for OLE DB Provider Templates
OLE DB Provider Templates
OLE DB Provider Template Architecture
Creating an OLE DB Provider