UiaGetReservedMixedAttributeValue function
Retrieves a reserved value indicating that the value of a Microsoft UI Automation text attribute varies within a text range.
Syntax
HRESULT WINAPI UiaGetReservedMixedAttributeValue( _Out_ IUnknown **punkMixedAttributeValue );
Parameters
- punkMixedAttributeValue [out]
-
Type: IUnknown**
Receives a reserved value specifying that an attribute varies over a text range. This parameter is passed uninitialized.
Return value
Type: HRESULT
If this function 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 |
|
|
Library |
|
|
DLL |
|
See also
Show: