IObjectTableRequest::RequestSupportedColumnsAsync method

Requests to get information about what columns (fields) this object table request type supports.

Syntax

HRESULT RequestSupportedColumnsAsync(
   IObjectTableCallback * 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

IObjectTableRequest