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.
This structure defines the window handle, window name, and close options for a window.
typedef struct { HWNDhwnd;LPCTSTRszWindowName;UINT32fToBeClosed;UINT32fToBeTerminated;} WINDOWINFO;
Members
- hwnd
Handle to the window. - szWindowName
Null-terminated string that contains the title of the window. - fToBeClosed
Boolean that is set to TRUE to indicate that the window should be closed. - fToBeTerminated
Boolean that is set to TRUE to indicate that the window should be forcibly terminated.
Remarks
This structure supports the implementation of the component Oomui.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Oomui.h.
See Also
OomUI_SetWindowsInfo | OomUICallback_CloseWindow
Send Feedback on this topic to the authors