UiaGetReservedNotSupportedValue function
Retrieves a reserved value indicating that a Microsoft UI Automation property or a text attribute is not supported.
Syntax
HRESULT WINAPI UiaGetReservedNotSupportedValue( _Out_ IUnknown **punkNotSupportedValue );
Parameters
- punkNotSupportedValue [out]
-
Type: IUnknown**
Receives the object representing the value. 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: