IObjectTableCallback::GetSupportedColumns method
Gets information about which columns (types of object data) are supported by the object table.
Syntax
HRESULT GetSupportedColumns(
DWORD numColumns,
ObjectTableColumnID [] count0_pIDs,
BSTR [] count0_pBstrNames
);
Parameters
numColumns
The number of columns supported by the object table.
count0_pIDs
The IDs of each column supported by the object table.
count0_pBstrNames
The names of each column, as a COM string, supported by the object table.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also