Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
7/8/2014
Review the syntax and members of the ContentInfo structure of the IObjectInfoEx API in Windows Embedded 8.1 Industry (Industry 8.1).
This structure contains information about the top-level controls in a window.
Syntax
typedef struct {
UINT numOfChild;
[size_is(numOfChild)] INT* controlTypes;
[size_is(numOfChild), string] wchar_t** controlNames;
} ContentInfo;
Members
- numOfChild
An integer that indicates how many top-level child controls are present in the window.
- controlTypes
An array of pointers to integers that represent the types of the controls in the window.
- controlNames
An array of pointers to strings that contain the names of the controls in the window.