CVoIPDesktop (Windows CE 5.0)

Send Feedback

As the root of the window hierarchy, CVoIPDesktop receives any window messages that are not handled by child windows.

CVoIPDesktop doesn't do much with these events. It serves primarily as a single location for unhandled events. When it receives these unhandled events, it notifies the CVoIPDesktopManager instance, which does the work of processing the events.

For information about the difference between the TUI object hierarchy and the TUI window hierarchy, see TUI Object and Window Hierarchies. For more information about which parts of the user interface are owned by which UI classes, see TUI User Interface Organization.

As an ATL window class, the functionality of this class exists in multiple files:

  • The window implementation is in the CVoIPDesktopImpl class, in Desktop.h and Desktop.cpp, which are in %_WINCEROOT%\Public\VoIP\OAK\Phone\TUI.
  • The CVoIPDesktop C++ wrapper class is defined in VoIPControls.hxx, in %_WINCEROOT%\Public\VoIP\OAK\Phone\TUI\Inc. For more information about ATL window files, see How TUI Uses ATL.

See Also

TUI UI Object Model

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.