IFrameEventsRequest::RequestSupportedColumnsAsync method

An asynchronous request to get information about what columns (fields) this frame events request type supports.

Syntax

HRESULT RequestSupportedColumnsAsync(
   IFrameEventsCallback * requestCallback,
   DWORD                  progressIntervalMsecs
);

Parameters

requestCallback
The address of callback used to notify the host of results.

progressIntervalMsecs
Not used.

Return value

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

Requirements

Header

Vspixengine.h

See also

IFrameEventsRequest