IObjectTableCallback::ResultCallback method

A callback function used to notify the host of object table information.

Syntax

HRESULT ResultCallback(
   DWORD      numElements,
   DWORD      numRows,
   DWORD      numColumns,
   VARIANT [] count0_pRowData
);

Parameters

numElements
The total number of fields in all columns of all objects.

numRows
The number of objects being transferred.

numColumns
The number of columns (fields) of information being transferred for each object.

count0_pRowData
Information about the objects; one item for each field of each object.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IObjectTableCallback