OomUI_SetWindowsInfo
This function enables the Oomui component to modify the information about the windows that are candidates to be closed.
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 Values
None.
Remarks
On entry, each window that is a candidate to be closed is represented as a WINDOWINFO structure in the rgwi parameter.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Oomui.h.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.