Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.