Share via


ReadWindowContents (Industry 8.1)

7/8/2014

Review the use, syntax, parameters, and return values of the ReadWindowContents method of the IObjectInfoEx API in Windows Embedded 8.1 Industry (Industry 8.1).

This method performs the complex task of enumerating controls in a window. The default implementation uses UIAutomation to obtain all the buttons.

Syntax

HRESULT ReadWindowContents();

Parameters

None.

Return Value

Returns ERROR_SUCCESS if successful.

Remarks

Action lists are assumed empty until ReadWindowContents is called.

See Also

Reference

IObjectInfoEx interface

Concepts

IObjectInfoEx interface methods
Dialog Filter