OomUI_SetWindowsInfo (Compact 2013)
3/28/2014
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 |