Share via


GetContentInfo (Industry 8.1)

7/8/2014

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

This method gets information about the top-level controls in a window.

Syntax

HRESULT GetContentInfo(
    [out] ContentInfo** ppciContentInfo
);

Parameters

  • ppciContentInfo
    [out] A pointer to a pointer to a ContentInfo structure that contains information about the top-level controls in a window.

Return Value

Returns ERROR_SUCCESS if successful.

See Also

Reference

IObjectFilterEx interface

Concepts

IObjectInfoEx interface methods
Dialog Filter