IFrameEventsCallback::GetSupportedEventColumns method

Gets information about which columns (types of event data) are supported by the event list.

Syntax

HRESULT GetSupportedEventColumns(
   DWORD            numColumns,
   EventColumnID [] count0_pIDs,
   BSTR []          count0_pBstrNames
);

Parameters

numColumns
The number of columns supported by

count0_pIDs
The IDs of each column supported by the event list.

count0_pBstrNames
The names of each column, as a COM string, supported by the event list.

Return value

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

Requirements

Header

Vspixengine.h

See also

IFrameEventsCallback