CAccessorRowset::GetColumnInfo

HRESULT GetColumnInfo( ULONG* pulColumns, DBCOLUMNINFO** ppColumnInfo, LPOLESTR* ppStrings ) const;
HRESULT GetColumnInfo( ULONG*
pColumns, DBCOLUMNINFO** ppColumnInfo );

Return Value

A standard HRESULT.

Parameters

See IColumnsInfo::GetColumnInfo in the OLE DB Programmer's Reference.

Remarks

Gets column information from the opened rowset. The user must free the returned column information and string buffer. Use the second version of this method when you use CDynamicAccessor and need to override the bindings.

For more information, see IColumnsInfo::GetColumnInfo in the OLE DB Programmer's Reference.

CAccessorRowset OverviewClass Members