ITableItemProvider::GetRowHeaderItems method
Retrieves a collection of Microsoft UI Automation provider representing all the row headers associated with a table item or cell.
Syntax
HRESULT GetRowHeaderItems( [out, retval] SAFEARRAY **pRetVal );
Parameters
- pRetVal [out, retval]
-
Type: SAFEARRAY**
Receives a pointer to a SAFEARRAY that contains an array of pointers to the IRawElementProviderSimple interfaces of the row headers. This parameter is passed uninitialized.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also
- Reference
- ITableItemProvider
- Conceptual
- UI Automation Providers Overview
- Best Practices for Using Safe Arrays