Share via


TUI Source Code Directories (Windows CE 5.0)

Send Feedback

The Telephony User Interface (TUI) sample source code is located in %_WINCEROOT%\Public\VoIP\OAK\Phone\TUI\.

The following table summarizes the contents of the directories in the TUI directory:

Directory or file name Description
App directory Main folder that contains top-level classes, including CVoIPApp, CVoIPDesktopManager, and TUISettings.
App\Res directory Contains application bitmaps referenced by App\Voipui.rc.
Controls directory Contains code that draws the user interface for various parts of the TUI application, using ATL window functionality, including CVoIPDesktop, CVoIPMainDialog, and special-purpose dialogs described in Other TUI Windows.
Displayitems directory Contains files that draw the rows of the list box owned by the CVoIPMainDialog class. For more information, see Display Items.
Inc directory Contain header files used throughout the application.
State directory Contains code for state management.

This code is responsible for controlling how the UI elements in the Controls and Displayitems directories are used.

Includes code described in CVoipStateMgr and IVoIPState and CVoIPState.

Utilities directory Contains utility routines used throughout the application.
Dirs file Specifies the subdirectories that contain source code to build.
Sources.inc file Contains common definitions for sources files subdirectories.

See Also

Examining the TUI Implementation

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.