Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
PROPERTY_INFO_ENTRY( dwPropID**,** value )
Parameters
dwPropID
[in] A value that can be used in conjunction with the property set GUID to identify a property.
value
[in] The property value of type DWORD.
Remarks
Represents a specific property in a property set. With this macro, you can directly specify the property value of type DWORD. To sets the property to default value defined in ATLDB.H, use PROPERTY_INFO_ENTRY. To set the value, flags, and options for the property, use PROPERTY_INFO_ENTRY_EX.
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