UiaGetReservedNotSupportedValue Function
Note This function is deprecated. Client applications should use the Microsoft UI Automation COM interfaces instead.
Retrieves a reserved value indicating that a UI Automation property is not supported.
Syntax
HRESULT UiaGetReservedNotSupportedValue( IUnknown *punkNotSupportedValue );
Parameters
- punkNotSupportedValue
[out] The address of a variable that recieves the object representing the value. This parameter is passed uninitialized.
Return Value
Returns S_OK if successful or an error value otherwise.
Function Information
Stock Implementation uiautomationcore.dll Custom Implementation No Header uiautomationcoreapi.h Import library uiautomationcore.lib Minimum operating systems Windows XP