WINDOWINFO (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.