Share via


ITableItemProvider::GetRowHeaderItems Method

Retrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell.

Syntax

HRESULT GetRowHeaderItems(      
    SAFEARRAY **pRetVal
);

Parameters

  • pRetVal
    [out, retval] The address of a variable that receives a pointer to a SAFEARRAY containing an array of pointers to the IRawElementProviderSimple interfaces of the row headers. This parameter is passed uninitialized.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UI Automation Providers Overview, Working with Safe Arrays