OomUI_SetWindowsInfo (Windows Embedded CE 6.0)
1/6/2010
This function enables the Oomui component to modify the information about the windows that are candidates to be closed.
Syntax
VOID OomUI_SetWindowsInfo(
INT cWindows,
WINDOWINFO* rgwi
);
Parameters
- cWindows
Integer that contains the number of entries in the array rgwi.
- rgwi
Array of WINDOWINFO structures.
Return Value
None.
Remarks
On entry, each window that is a candidate to be closed is represented as a WINDOWINFO structure in the rgwi parameter.
Requirements
Header | oomui.h |
Windows Embedded CE | Windows CE 2.10 and later |