Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
COLUMN_ENTRY_TYPE_SIZE( nOrdinal**,** wType**,** nLength**,** data )
Parameters
nOrdinal
[in] The column number.
wType
[in] Data type of column entry..
nLength
[in] Size of column entry in bytes.
data
[in] The corresponding data member in the user record.
Remarks
A specialized variant of the COLUMN_ENTRY macro that provides a means of specifying data size and type.
Macros for OLE DB Consumer Templates
See Also