• Legal Notices
  • About this Library
    • Release Notes
    • Finding your way around
    • Documentation Conventions
      • Styles
      • BNF Grammars
    • Other Developer Resources
  • About Symbian^3
    • Introduction to Symbian^3
    • What's new in Symbian^3
    • New C++ APIs in Symbian^3
  • Qt on Symbian
  • Porting applications from S60 5th Edition to Symbian^3
    • Modifying applications to support single-tap
      • Hiding item-specific commands in menus
      • Hiding item-specific commands in submenus
      • Removing item-specific commands from the toolbar
      • Activating items in a list
      • Disabling stylus popup menus in AVKON lists
      • Disabling hardware key shortcuts
        • Handling the Middle Soft Key and Enter Key in AVKON lists
    • Updating the platform UID
    • API Changes and Compatibility Breaks
      • Deprecated APIs
      • Removed APIs
      • Compatibility Breaks
    • DSA Migration Guide
  • Getting Started
    • Symbian C++ Quick Start
    • Going Beyond Hello: A Tutorial for Symbian C++ Applications
  • Essential Idioms
    • Naming Conventions
    • Layout Conventions
    • Class types
    • C++ and Machine Architecture
    • Object Orientation Basics
    • Object Lifetimes and Cleanup
    • Multiple Inheritance and Interfaces
    • Descriptors
    • Thin Templates
    • Code Efficiency
    • Defensive Programming
    • Static Data
    • Frameworks, Libraries and DLLs
    • UIDs
    • Application Start-Up Time Optimization
    • Exporting and Importing Classes
    • Symbian Platform Fundamentals Example Code
      • HelloWorld: writes “Hello World!” to the console
      • CClasses: typical ‘C’ class
      • TAndRClasses: typical ‘T’ and ‘R’ type classes
      • MClasses1-3: abstract interface classes
      • CreateStaticDLL and UseStaticDLL: using a statically linked DLL
  • Security
    • Planning system and software security
      • Threats
      • General protection principles
    • Device security
      • Device security mechanisms
    • Application security
      • Client/server communication
      • Process identification
      • Applications with a user interface
      • Plug-ins
      • Software installer
      • Publish and Subscribe
      • Descriptors
    • Communications security
      • Secure Sockets
      • IPv4/IPv6 dual-stack
      • Host name resolution
      • Local connectivity
    • Platform security
      • Platform security architecture
        • Capabilities
        • Application signing
        • Data caging
      • Symbian OS v9 Security Architecture
    • Content security
      • Backup and restore
      • Cryptography
    • Configuring the application’s platform security settings in the emulator
  • Symbian Guide
    • Application Framework Guide
      • System Startup
        • System Startup Overview
        • Static Startup Configuration
        • System Monitor
        • System Start Example
      • Using Uikon
        • Uikon Overview
        • Using the extended notifier framework
    • Application Installation Guide
      • Quick Start
      • Secure Software Install Tools
        • Secure Software Install Tools Overview
        • MakeKeys
          • MakeKeys Overview
          • MakeKeys Tutorial
            • Creating a Private Key and Self Signed Certificate
            • Generating a Certificate Request
            • Viewing Certificate Details
          • MakeKeys Reference
        • SWI Analysis Toolkit
          • SWI Analysis Toolkit Overview
          • SWI Analysis ToolKit Reference
            • DumpChainValidityTool
            • DumpInstallFileStatusTool
            • DumpSWIRegistryTool
        • Secure Software Install SIS Tools
          • Secure Software Install SIS Tools Overview
          • Secure Software Install SIS Tools Concepts
            • Signing SIS Files
            • Package Upgrades
              • Upgrade Types
            • Eclipsing
            • Wildcard Usage with Stub SIS files
            • Embedded SIS Files
          • Secure Software Install SIS Tools Tutorials
            • Creating and Signing an Installation File
            • Upgrading OS Components
          • Secure Software Install SIS Tools Reference
            • MakeSIS
            • SignSIS
            • CreateSIS
            • DumpSIS
            • PKG File
              • PKG File Format
                • Languages Supported
                • Language Codes
                • Package-Header
                • Vendor
                • Logo
                • Package-Body
                  • Comments
                  • Condition-Blocks
                    • Condition-Block Syntax
                    • Conditions
                    • Functions
                  • Options-List
                  • Installation Files
                    • Language-Neutral Files
                    • Language Dependent Files
                  • Embedded SIS
                • Dependency
                • PKG Properties
                • Package File Examples
                  • PKG file format to support simple installation
                  • PKG file format to support multilingual application installation
                  • PKG file format to Display Licence Information
    • Cellular Baseband Services Guide
      • Telephony Utilities
        • Telephony API for Applications
          • Concepts
            • Architecture
            • Services Provided
            • Supplementary Services Provided
          • Call Tutorials
            • Dial a Call Tutorial
            • Answer a Call Tutorial
            • Terminate a Call Tutorial
            • Remote Call Termination Tutorial
            • Call Hold Tutorial
            • Call Resume Tutorial
            • Call Swap Tutorial
            • Send Dual Tone Multi Frequency (DTMF) Tutorial
          • Device Information Tutorial
            • Phone Identification Tutorial
            • Subscriber Identity Tutorial
            • Flight Mode Status Tutorial
            • Battery Information Tutorial
            • Battery Charger Tutorial
            • Phone Lock Tutorial
          • Line and Call Status Tutorial
            • Call in Progress Tutorial
            • Data Line Status Tutorial
            • Voice Line Status Tutorial
          • Network Information Tutorial
            • Network Signal Status Tutorial
            • Signal Strength Information Tutorial
            • Registration Status Tutorial
            • Current Network Information Tutorial
          • Notification Request Tutorial
          • Simultaneous Call Tutorial
          • Single Call Tutorial
          • Supplementary Service Tutorial
            • Call Barring Status
            • Call Waiting Status Tutorial
            • Call Forward Status Tutorial
            • Caller Identification Status Tutorial
          • Telephony API for Applications Examples
            • ETel3rdParty: Using the Telephony Independent Software Vendor (ISV) API
          • Reference
    • Classic UI Guide
      • Application and UI frameworks
        • Application framework concepts
          • Resources
          • Registration
        • Framework requirements for GUI applications
          • Implementing framework requirements
        • Event handling
          • Commands
            • Handling EEikCmdExit
          • Window server events
            • Key events
              • Receiving key event data in your application
              • Handling key events in your application
            • Layout change events
            • Foreground events
            • Pointer events
            • System events
            • Application-specific events
            • Other window server events
          • System environment events
            • Environment changes
          • Domain-specific events
            • Contacts database events
            • Alarm server events
          • Touch-specific events
            • Handling pointer events in custom controls
            • Implementing support for scalable UI
            • Listening for scrollbar touch events
            • Enabling additional touch events for your application
            • Checking for touch support at runtime
        • Managing resource files
          • How resource files work
          • Resource file structure
          • Precompiled resource values available from the Symbian platform
          • Required resource file statements
          • Optional resource file statements
          • Resource string handling
          • Creating registration resource files
          • Defining localizable registration information
          • Creating resource header files
          • Resource management example: HelloWorldBasic
            • helloworldbasic.rss
            • HelloWorldBasic_reg.rss
        • UI concepts
          • Relationship between framework and applications
          • Scalability
          • Themes
          • UI controller
          • Controls
            • Window owning and non-window owning controls
              • Relationship between window controls
            • Compound controls
            • Commonly used controls
          • Views
        • UI architectures
          • Traditional Symbian UI application architecture
            • Constructing the UI controller in traditional architecture
            • Views in traditional architecture
              • Constructing views in traditional architecture
              • Drawing in traditional architecture
              • Compound controls in traditional architecture
            • Switching views in traditional architecture
          • View architecture
            • Constructing the UI controller in the view architecture
            • View controller in the view architecture
              • Constructing the view controller in the view architecture
              • View resource statements in the view architecture
              • Switching views in the view architecture
            • Views in the view architecture
              • Constructing views in the view architecture
              • Drawing in the view architecture
              • Compound controls in the view architecture
          • Dialog architecture
            • When to use dialog architecture
            • Basic implementation
              • Resources
              • Constructing a dialog
            • Advanced implementation
              • Mixing dialog and other application architectures
        • Internationalization and localization
          • Locale-sensitive data types
          • UI text strings
          • Implementing UI text localization
        • Using the extended notifier framework
      • Control and animation framework
        • Animation
          • Animation overview
          • How to create a basic animation
        • Bitmap Animation
          • Bitmap Animation Overview
        • Clock
          • Clock Overview
          • Message Window Overview
        • The UI Control Framework (CONE)
          • UI Control Framework Overview
          • Multiple Screens Overview
          • CONE resource loader overview
          • UI Control Framework concepts
          • Controls
            • Window-owning controls and non-window-owning controls
            • Simple controls and compound controls
            • The run-time control hierarchy
            • The control environment
            • Control observers
            • Control contexts
            • The object provider (MOP) mechanism
            • Text and Zooming
            • Layout management
          • Application user interface (AppUi)
            • The control stack
            • Embedded applications
          • How to write controls
          • How to create a singleton
          • How to - Multiple screens
        • Using UI Graphics Utilities (EGUL) and Text Utilities (ETUL)
          • UI graphics utilities overview
          • Address string tokenizer overview
          • Text resource utility overview
          • Phone number utility overview
          • String resource reader overview
        • Using Front End Processor (FEPBASE)
          • Front End Processor Overview
          • How to Write a FEP
            • FEP Introduction
            • Implementing the FEP API
            • Fixed and Floating Windows
            • Simulating and intercepting key events
            • Processing pen events
            • Synchronising FEP Instantiations
            • Detecting Changes in the Environment
            • Interacting with text editor controls
            • FEP References
        • Control and animation framework examples
          • Animation example
          • Clock: Analog and Digital Clocks example
          • ControlFramework: A UI application with a toolbar
          • CustomControls: custom control example
      • UI components
        • Adaptive search
        • Dimming
        • Find pane
        • Generic button
        • Indicators
          • Application-specific indicators
          • Editing indicators in pop-up windows
          • Indicators in the Navi pane
          • Operator indicator
          • Signal and battery indicators
          • Soft indicators
          • Universal indicators
        • Lists and grids
          • Empty lists and grids
          • Highlighting
          • Grid types
            • Color selection grid
          • Order of items and browsing in grids
          • List browsing
          • List layouts
            • Column structure of lists
            • Item type combinations
            • List item types
            • List stretch
            • Numbered items
          • List types
            • Choice list
            • Forms
              • Always-editable forms
              • Form items
              • Forms without the options softkey
            • Hierarchical list
            • Hierarchical column list
            • Lists in pop-up windows
            • Markable list
            • Multi-selection list
            • Selection list
            • Setting list
        • Menu
        • Notes
          • Confirmation note
          • Error note
          • Information note
          • Permanent note
          • Progress note
          • Wait note
          • Warning note
        • Options menu
          • Item-specific options menu
          • Submenus
          • Submenu indicators
          • Unavailable items
          • Other Options menus
          • Options template
          • Menu bars
            • Menu bar resource statements
            • Using menu sections in menu bar resource statements
        • Presentation of text
        • Pop-ups
          • Preview pop-up
          • Setting pop-up
          • Slider pop-up
            • Volume Control pop-up
          • Stylus pop-up menu
          • Stylus scrolling pop-up
          • Tooltips
          • Universal indicator pop-up
        • Queries
          • Confirmation query
          • List query
          • Grid query
          • Multi-selection list query
          • Data query
            • Password query
            • Data queries with multiple fields
          • Message query
          • Query input
        • Settings
          • List setting item
          • Text setting
          • Slider setting item
          • Volume setting item
        • Soft notifications
          • Discarding soft notifications
          • Many simultaneous soft notifications
        • Text editing
          • Editing menu
          • Editing indicators
          • Selecting text
          • Smiley picker
          • Special character table
        • Toolbar
        • UI themes
        • Text views
        • Windows and panes
          • Main pane
          • Status pane
            • Battery pane
            • Clock pane
            • Navi pane
            • Title pane
            • Signal pane
            • Universal indicator pane
          • Control pane
            • Control pane with pop-up
            • CBA buttons
              • Using precompiled CBA button resources
              • Defining resources for your own CBA buttons
          • Scrollbars
          • Layout changes in bi-directional languages
          • Pop-up windows
          • Zooming
          • Zooming actions
          • Zooming feedback
      • Touch UI support
        • Touch UI
          • Touch support for UI components
          • Finger usable UI
          • Touch UI user experience
            • Designing applications for touch UI
              • Single tap
              • Touch-enabled vs. touch-optimized
            • Usability considerations
              • Feedback
              • Scaling and positioning of controls
              • Sensor interaction
            • Cut, copy, and paste
            • Moving in touch UI
            • Multiple touch
            • Status pane items
            • Split view inputs
            • Text fields
            • Text input
            • Touch-based multiple selection
            • Touch down and hold
          • Touch support in lists
          • CEikDialog
        • Touch UI observer interfaces
        • Tactile feedback
        • API specifications
          • Choice list API
            • Choice list API class structure
            • Providing a vertical list of selectable items
              • Creating the choice list
              • Adding items to the choice list
              • Getting user selection from the choice list
              • Deleting the choice list
              • Showing the choice list
              • Removing items from the choice list
              • Setting the item selected when the choice list is opened
          • Generic button API
            • Enabling touch support for buttons
              • Creating generic button
              • Setting button properties not specific to any state
              • Using button states
              • Setting properties for button states
              • Handling button events
              • Using long-tap events
              • Using skin support in buttons
          • Stylus pop-up menu API
            • Displaying commands in a context menu
              • Creating stylus pop-up menu
              • Handling stylus pop-up menu events and commands
              • Showing and hiding stylus pop-up menu
              • Adding and removing menu items
              • Setting stylus pop-up menu position
              • Hiding and showing stylus pop-up menu items
          • Tactile feedback client API
            • Definitions
            • Providing tactile feedback for touch events
              • Using direct feedback
              • Using area registry based feedback
              • Removing feedback from a control
              • Disabling and enabling feedback
              • Querying if feedback is supported
              • Managing feedback areas
              • Optimizing feedback latency
              • Tactile feedback implementation example
          • Title pane touch observer API
            • Setting the title pane touch observer
          • Toolbar API
            • Class structure for the toolbar API
            • Enabling quick access to functions with a toolbar
              • Constructing the toolbar
              • Adding and removing toolbar items
              • Accessing the toolbar from applications or application views
              • Accessing toolbar items
              • Handling toolbar item events
              • Controlling toolbar visibility
              • Showing and hiding toolbar items
              • Dynamic initialization of the toolbar
              • Setting toolbar properties
              • Creating the toolbar extension
              • Adding and removing toolbar extension items
              • Accessing toolbar extension items
              • Showing or hiding the toolbar extension
              • Dimming or hiding toolbar extension items
          • Touch UI utilities API
            • Touch UI utilities API class structure
            • Receiving long-tap events
              • Creating the long-tap detector
              • Handling long-tap events
              • Deleting the long-tap detector
              • Enabling and disabling the long-tap detector
              • Setting the time after which the long-tap event is sent
              • Setting the time before the long-tap animation starts
    • Common Email Guide
      • Email UI
        • Email Widget API
    • Communications Framework Guide
      • Communications Framework Quick Start
      • Concepts
        • Goals of the Comms Architecture
        • What are Layers
        • What are Access Points
        • What are Planes
        • What are Nodes
          • Nodes in Symbian Platform
          • Nodes in the Communications Framework
          • The Message Transport and Communication between Nodes
        • What are Factories and Factory Containers
        • What are Tiers?
        • What are CF Protocols, Binders, and Flows
        • What is Bearer Mobility
        • Configuring Comms
          • What is the Comms Database?
          • What are CMI files?
          • What is the System Critical Parameter?
          • What are Multi-Threaded Servers?
          • What are ESK files?
          • What is IP Security Policy (IPSecPol)?
          • What is Serial Port Contention?
          • Configuring and Customising the Serial Port
          • SMS Stack Configuration
        • Debugging Comms
          • Software Behaviour in a Debug Environment
          • Textual Logging
          • How to Use ULogger with Comms
          • On-Target Debugging
          • Component Specific Debugging Help
      • Communications Configuration Utilities
        • Comms Database
          • Concepts
            • What is the CommsDat API
            • What are elements
            • What are containers
            • What are fields
            • What are records
            • What are links
            • What are tables
            • What is Versioning?
            • What are sessions with the Comms Database
            • What are transactions
            • What is the mechanism for reading, writing and searching for data
            • Notification of changes to the comms database
            • How is the Comms Database secured
          • Creating and Deleting a Session: Tutorial
          • Starting and Finishing Transactions: Tutorial
          • Loading a Symbian Platform Defined Table: Tutorial
          • Loading a Symbian platform Defined Table, Changing a Field, Write Changed Record: Tutorial
          • Accessing a field without loading a whole record: Tutorial
          • Following a link to another table and finding a field by Id and by name: Tutorial
          • Creating a User Defined Table: Tutorial
          • Using Template Records: Tutorial
          • Migrating from CommDb to the CommsDat API
          • Reference
            • C++ API items
            • Tables for Application Developers and Phone Creators
            • Tables for Phone Creators
      • Communications Framework Utilities
        • Memory Management in the Communications Framework
          • Overview
          • Shared Buffers
          • Comms Buffers (MBuf) ans Comms Chains
          • Data Access Example
          • Advanced Pond Guide
          • Allocation Tutorial
          • Allocation Strategy
          • TLS Look-up Reduction Tutorial
          • Memory Metrics
          • Pond Configuration Reference
      • Communications Process and Settings
        • Root Server
          • Concepts
            • What is Root Server and the C32exe Process?
            • What is a Comms Provider Module?
            • What is Binding and What are Comms Channels?
            • Architecture
          • C++ API items
        • Root Server Configurator
          • Concepts
            • What is Root Server Configurator?
          • Reference
            • CMI File Format
            • C++ API items
      • Data Communications Server
        • Network Dialog API
        • Network Interface Manager (NifMan)
          • Concepts
            • What is Network Interface Management (NifMan)?
            • Architecture
            • What are the Daemon Message Types?
          • Implementing a NifMan Daemon Tutorial
          • Reference
        • Socket Server
          • Concepts
            • Sockets Server Architecture
            • Socket Binding
            • Creating an Implicitly Bound Socket
            • Sockets Server Client API
            • Connection Management
            • SubConnection Client API
            • Socket connection example
          • Socket Server Tutorials
            • Opening a Socket Server connection: Tutorial
            • Starting a Socket Server connection: Tutorial
            • Reading from a Socket: Tutorial
            • Monitoring Dial-up connection stages: Tutorial
            • Attaching to an existing RConnection connection: Tutorial
            • Attaching to the default sub-connection: Tutorial
            • Setting sub-connection parameters: Tutorial
            • Creating and setting properties for a Sub-Connection: Tutorial
            • Creating a new sub-connection - Adding an already connected socket
            • Creating a new sub-connection - Socket connected over the sub-connection
            • Registering for Sub-Connection events: Tutorial
            • Starting and Closing a Management Plane session: Tutorial
            • Using a Management Plane session to receive Access Point notifications: Tutorial
            • Using a Management Plane session to query all Access Points: Tutorial
            • Using the Bearer Mobility APIs
            • How to Create an Explicitly Bound Socket
          • Reference
            • Socket Server Reference
            • Socket Server Reference (Partner version)
            • RConnection API Summary Reference
          • Rconnection: connection monitoring and management example
      • Serial Communications Server
        • Concepts
          • Architecture
          • What are Serial Ports
          • What are Serial Protocol Modules (CSYs)
          • What are Serial Port Configuration Blocks
          • What are Serial Port Capability Blocks
          • What is the Serial Protocol Module Interface
          • Serial Ports and Power Management
          • RS232 Control Lines
        • How to Configure a Port: Tutorial
        • How to Configure a Port for Efficient Reading: Tutorial
        • How to Configure Parity Error Control: Tutorial
        • How to Configure the Speed and Data Format: Tutorial
        • How to Configure Multithreaded C32 Serial Comms: Tutorial
        • How to Detect Infrared Capability and Enable Infrared Mode: Tutorial
        • How to Load the Physical Device Driver and Logical Device Driver: Tutorial
        • How to Open a Port: Tutorial
        • How to Open a Port with the IrDA Protocol Module: Tutorial
        • How to Send Data: Tutorial
        • How to Terminate Read Requests Early: Tutorial
        • How to Set when Write Calls Return: Tutorial
        • How to Wait for the Write Buffer to Empty: Tutorial
        • Serial Protocol Modules (CSYs) Developer Tutorial
          • How to Write a Serial Protocol Module: Tutorial
        • Serial Communications Server Example Code
          • GlassTerm: glass teletype terminal
          • IRPrinting: Infrared Printing
        • Reference
          • C++ API items
          • C++ API items for Device Creators
          • Data Transfer Performance Guidelines
          • Handshaking Configuration Options
          • List of Serial Communications Server Plug-ins
      • Serial Comms Server Plugins
        • Serial Port CSY
      • Comms-Infras API Tests
        • Comms Infrastructure Verification Suite
          • Comms-infras Test Technology
          • Introduction
    • Contacts Guide
      • Contacts Model
        • Contacts Model Overview
        • Concepts
          • Database Management
          • Contact Items Management
          • How to Add Email Type Values
          • Searching the Contact Database
          • Speed Dial Functionality
          • Change Notification
          • Introduction to Mapping between Symbian UIDs and vCard Properties
          • UIDs that Identify vCard Properties
          • Handling of Multiple Clients
          • Transaction Notifications
          • Dynamic Compression
          • Dynamic Transaction Rollback Recovery
          • Debug Logging
          • Data Compatibility
      • Contacts Model API Example
    • Device Services Guide
      • Accessory Services
        • Bluetooth Remote Control Framework
          • Bluetooth Remote Control Framework
          • Bluetooth Remote Control Framework Tutorial
            • Remote Control Framework Tutorial
            • Starting as Controller
            • Starting as Target
            • Commands and Responses
      • Resource Management
        • Resource Management Overview
        • Hardware Resource Manager
          • Hardware Resource Manager Overview
          • Hardware Resource Manager Concepts
            • Light API
            • Vibra API
            • Power API
            • Power State API
          • Hardware Resource Manager Tutorials
            • Light API Tutorial
              • Creating a light instance
              • Retrieving the supported light targets of a device
              • Retrieving the current light status
              • Reserving light targets
              • Switching ON the lights
              • Switching OFF the lights
              • Blinking lights
              • Releasing the reserved lights
              • Releasing the instance
            • Vibra API Tutorial
              • Creating a Vibra instance to control the vibra
              • Retrieving the vibra settings
              • Retrieving the vibra status
              • Reserving the device vibra
              • Starting the device vibra
              • Stopping device vibra
              • Release device vibra
              • Releasing the instance
              • Sending tactile feedback pulse
            • Power States API Tutorial
            • Power API Tutorial
              • Derive a class and implement the appropriate observer functions
              • Create a power client power session
              • Get battery voltage or consumption information
              • Start receiving notification
              • Stop receiving notification
      • Sensor Services
        • Sensor Services Overview
        • Sensors Framework
          • Sensors Framework Overview
          • Using Sensor Channels APIs
            • Querying for Sensor Channels
            • Receiving Data from Sensors
            • Retrieving Channel Properties
            • Setting Channel Properties
            • Listening for Property Changes
            • Listening for Channel Changes
            • Receiving Channel Data based on Conditions
          • Scaling Channel Data Values
        • Sensor Data Compensator
          • Sensor Data Compensator Overview
          • Compensating Sensor Data for Display Orientation
    • Generic Application Support Guide
      • Application Framework
        • Application Framework Overview
        • Application Architecture
          • Application Architecture Overview
          • Application Architecture Tutorials
            • Porting Tutorial
              • Porting Applications to EXEs
                • Embeddable Applications
                • Non-embeddable Applications
              • Porting Data-caged Applications
              • Porting Data Recognizers to Secure Platform
              • Porting Notifiers to Secure Platform
            • Upgrading Help Files on the Secure Platform
          • Application Architecture Examples
            • BmpAnim: Bitmap Animation example
            • HelloWorld: A simple GUI application with a single view
        • View Server
          • View Server Overview
          • View Server Tutorial
            • Activate a view
            • Add a view to the control stack
            • Deregister a view
            • Derive a class from the MCoeView class
            • Implement the observer functions
            • Register a view with the View Server
            • Set a view as a default view
            • Create an instance of CCoeAppUi
      • Common Application Services
        • Alarm Server
          • Alarm Server Overview
          • Alarm Server Concepts
            • Types of Alarm
            • Alarm States
            • Alarm Time Formats
            • Alarm Sound Play Control
            • Environment and DST Changes
          • Alarm Server Tutorials
            • Using Alarm Server
              • Adding an Alarm
              • Updating an Alarm
              • Deleting an Alarm
              • Obtaining Alarm ID or Category List
              • Setting Alarm Status
              • Retrieving Alarm Information
              • Requesting Change Notification
            • Alarm Play Tutorials
            • Activating an Alarm on Given Days
          • Alarm Properties Reference
      • File Handling
        • File Converter Framework
          • Overview
          • File Converter Tutorials
            • Writing a Converter
              • Write an interface implementation for a converter
              • Implement the ECom framework code
              • Write a resource file
              • Write a converter DLL project file
            • Using a Converter
              • Get a converter
              • Request for conversions
              • Write a conversion observer
      • Open Environment Utilities
        • Text Shell (Zsh) and Telnet Daemon
          • Copyright Information
          • Overview
          • Porting with Zsh
          • Setup
            • Emulator Setup
          • Launching Zsh
          • Reference
            • Supported Zsh Features
            • Zsh Command Syntax
              • alias
              • autoload
              • break
              • builtin
              • cat
              • cd
              • command
              • continue
              • cp
              • declare
              • dirs
              • echo
              • emulate
              • eval
              • exit
              • export
              • false
              • fc
              • find
              • float
              • functions
              • getln
              • grep
              • history
              • integer
              • local
              • ls
              • mkdir
              • more
              • mv
              • noglob
              • popd
              • print
              • printf
              • ps
              • pushd
              • pushln
              • pwd
              • read
              • readonly
              • rm
              • rmdir
              • set
              • GUID-9660B072-9BD6-5A84-B45A-636F0D06D467.dita
              • touch
              • true
              • type
              • typeset
              • unalias
              • unfunction
              • unhash
              • unset
              • unsetopt
              • unzip
              • whence
              • where
              • which
              • zip
            • External Programs
      • Time Zone Services
        • Time Zone Services Overview
        • Time zone conversion overview
        • Time Zone Services Tutorials
          • Converting between UTC and local time
            • Converting from UTC to local time in a non-system time zone
            • Converting from UTC to local time in the system time zone
            • Converting from local time for the system time zone to UTC
            • Converting from any local time to UTC
          • Setting universal time and offset
          • Updating System TZ Data Using Software Installation
          • Creating a User-Defined Time Zone
          • Creating a User-Defined Time Zone from an Existing Time Zone
          • Updating System TZ Data Using Software Installation
        • Time zone services examples
          • Time Zone Localiser Example
          • timezoneconversion: Time Zone Conversion Example
      • System Resource Monitoring
        • Out Of Disk (OOD) Monitor
        • Out Of Memory (OOM) Monitor
          • OOM Monitor Overview
          • OOM Monitor Concepts
            • OOM Monitor Priority
            • Rules to Change Priority Dynamically
            • Optional RAM Allocation
            • OOM Plug-ins
          • Using OOM Monitor
            • Changing the Priority
            • Increasing the Priority of a Third-Party Application
            • Allowing Large Memory Allocation
              • Requesting RAM Asynchronously
              • Requesting RAM Synchronously
            • Allowing Optional RAM Allocation
          • OOM Monitor Reference
            • Priority Configuration
            • Out of Memory Error
    • Generic OS Services Guide
      • Quick Start
      • Compression Libraries
        • Zip Compression Library
          • Zip Compression Library Overview
          • Zip Compression Library Tutorials
            • Compressing and Decompressing File - Zip Format
            • Compressing and Decompressing File - GZip Format
            • Compressing and Decompressing Memory Streams
            • Decompressing File Archives
          • EZLib Interface
          • EzlibExample: Using EZLIB to Compress and Decompress Files
      • Generic Open Libraries
        • Open Environment Core (P.I.P.S.)
          • Copyright Acknowledgments for P.I.P.S. Libraries
          • P.I.P.S. Overview
          • Getting Started
            • Example using main()
            • Example using E32Main()
            • Creating the MMP File
            • Using Compilers and IDEs
              • Using GCCE and P.I.P.S.
              • Using Carbide.c++ and P.I.P.S.
              • Promoting char in comparison with RVCT
            • Hybrid Applications with Symbian C++ and Standard C
          • P.I.P.S. Concepts
            • Symbian Platform vs UNIX
            • Build Process
            • Hybrid Applications
            • Platform Security Considerations
            • Target Types
            • Memory Management
            • Miscellaneous Topics
            • Character Conversion in Symbian C++ and GNU C
          • P.I.P.S. Porting Tutorials
            • Porting Using P.I.P.S.
              • Analysis of OSS
              • Preparation of the MMP and bld.inf Files
              • Compilation and Build Process on Symbian Platform
            • Intermixing C and C++
              • Introduction to Intermixing C and C++
              • extern "C" and Symbian DEF files
            • Using Visual Studio on Carbide.vs
            • Creating Processes and Threads
              • Alternatives to fork() and exec() for creating child processes
                • Parent and Child without IPC
                • Parent and Child IPC Using a Single Pipe
                • Parent and Child IPC Using Named Pipes or FIFOs
              • Forking without exec()
              • exec() without forking using posix_spawn()
            • Using POSIX Signals
              • Signal Emulation on the Symbian Platform
              • Using Signals to Handle Exceptions
              • Using Signals to Terminate Processes
              • Using Signals to Handle Asynchronous Events
            • Exporting Global Data from a DLL
            • Initializing a Library
            • String Conversions
            • Calling Symbian Asynchronous APIs in Applications
            • Dynamic Link Libraries
            • Supporting Writable Static Data in DLLs
          • Limitations
          • Troubleshooting Tips
          • Migrating from C Standard Library (ESTLIB) to P.I.P.S.
          • P.I.P.S. Examples
            • Hello World Example: Using P.I.P.S.
            • File Access Example: Accessing the File System Using P.I.P.S.
            • HybridApp: Demonstrating P.I.P.S. Hybrid Applications
            • IPC: IPC Mechanisms
            • LibpThread Example - Using P.I.P.S OECORE
            • libmexample: Using the Standard C Math Library
            • posixsignals: POSIX Signal Example, Using P.I.P.S.
            • Handle Global Variable Example
            • Open C libz Example
            • Open C MessageQueue Library Example
            • Open C Producer Consumer Example
            • Open C String Utilities Example
            • Redirect Printf Example
        • Standard C++ Library (STLport v5)
          • Copyright Acknowledgments for Standard C++ (STLport)
          • Standard C++ Library Overview
          • Standard C++ Support on the Symbian Platform
          • Standard C++ Porting Tutorials
            • Developing Applications or Libraries Using Standard C++
              • Use Cases for Writing Standard C++ Code
              • Guidelines for Writing Standard C++ Libraries
              • Possible Problems
            • Building a Standard C++ Application or Library
          • Troubleshooting
          • Known Issues
          • Migrating from STLport v4 to v5
        • POSIX Realtime Extensions
          • Librt
            • Librt Overview
            • Shared Memory Tutorial
              • Creating and Unlinking a File Descriptor from a Shared Memory
              • Writing, Reading and Seeking from a Shared Memory
              • Retrieving Information about a Shared Memory Object
            • Clocks and Timers Tutorial
              • Modifying a Clock Time
              • Creating an Absolute Timer
              • Creating a Periodic Timer
            • Limitations of Clocks and Timers
        • C Standard Library
          • Copyright information
          • C Standard Library Overview
          • C Standard Library Concepts
            • CRT0 Libraries of STDLIB
            • Files and Directories
            • Handles versus File Descriptors
            • Single and Multiple Threads
            • Unicode support
            • STDLIB Console and I/O operations
          • C Standard Library Tutorials
            • Porting Tutorials
              • Hello World: A minimal console application
              • Console App: A Simple Console Program
              • GUI App: Porting an Engine for Use in a Symbian Application
            • Emulating stdin/stdout/stderr in STDLIB
          • C Standard Library Examples
            • Hello: C Standard Library Hello World Example
            • ConsoleApp: Simple Console Program
            • GUIApp: GUI Application with C Engine
      • Generic Services
        • Generic Services Overview
        • Active Backup Client
          • Active Backup Client Overview
          • Writing an Active Backup Client Tutorial
        • HTTP Utilities Library
          • HTTP Utilities Library Overview
          • HTTP Utilities Library Concepts
            • Reserved and Unreserved Characters
            • Escape and Insert
          • HTTP Utilities Library Tutorials
            • URI Tutorials
              • Creating an URI
              • Generating a File Name from the URI
              • Parsing an URI
              • Extracting URI Components
              • Manipulating URI Data
              • Validating an URI
              • Using URI Utilities
            • Escape Encoding and Decoding
            • Modifying the Data and Delimiter
            • Parsing Delimited Data
            • Converting between Unicode and UTF8
            • Using Date and Time Utilities
            • Encoding and Decoding WSP Headers
              • Reading headers in a WSP buffer
              • WSP Header Primitive Encoding
              • WSP Header Primitive Decoding
          • HTTP Utilities Library (InetProtUtils) Example
        • MIME Recognition Framework
          • MIME Recognition Framework Overview
          • MIME Recognition Framework Tutorials
            • Writing a MIME Recognizer
            • Using the MIME Framework
          • Recognizer: Data Recognizer example
        • Task Scheduler
          • Task Scheduler Overview
          • Developing Programs with Task Scheduling Capabilities
          • Backup and Restore on Scheduled Tasks in Persistent Schedules
          • TaskSchedulerExample: Using Task Scheduler for Creating and Executing Tasks
      • GLib
        • Copyright Acknowledgments for GLib
        • Getting Started with GLib
        • GLib Concepts
          • Differences between OSS and Symbian GLib
          • GLib Event Loop
          • Introduction to libgmodule
          • Introduction to GLib Low Memory Handler
          • UHEAP Markers and Panics in GLib-based Applications
        • GLib Tutorials
          • Using GThreads
          • Using GIOChannel
          • Using GCompletion
          • Using Exported Global Variables for GLib
          • Getting GLib events in Symbian UI applications
      • Low Level Libraries and Frameworks
        • Low Level Libraries and Frameworks Overview
        • Plug-in Framework
          • Plug-In Framework Overview
          • Plug-in Framework Concepts
            • ECom Architecture
            • Interface definition
            • Interface Implementation
            • ECom and the Platform Security Architecture
          • Plug-in Framework Tutorials
            • Framework Developer Tutorials
              • Writing Interface Definitions
              • Filtering Implementations by Vendor ID
              • Providing a Custom Resolver
              • Preventing Plug-in Overriding
              • Upgrading ROM Plug-ins
            • Plug-in Writer's Tutorial
              • Implementing an Interface
              • Exporting the Implementation Factories
              • Creating a Registration Resource File
                • Writing a Standard Registration Resource File
                • Writing the Version 2 Registration Resource File
                • Writing the Version 3 Registration Resource File
              • Creating an Implementation Project File
            • Plug-in User's Tutorial
              • Using the Plug-in Framework
              • Cleaning-up Memory
          • Troubleshooting Plug-in loading Errors
          • Plug-in Framework (ECom) Examples
            • InterfaceClient ECom Interface Client Example Code
            • InterfaceDefinition: ECom Interface Definition Example Code
            • InterfaceImplementation: ECom Interface Implementation Example Code
        • Application Utilities
          • Application Utilities Overview
          • Basic Application Framework Library
            • Basic Application Framework Utilities Overview
            • Basic Application Framework Library Concepts
              • Clipboard
              • Command Line Parsing
              • Descriptor Arrays
              • Incremental Matcher
              • Localised Names of Plug-ins
              • Resource Files
              • String Pools
              • System Sounds
            • Basic Application Framework Library Tutorials
              • Using Clipboard
              • Constructing Descriptor Arrays
              • Using Environment Change Notifier
              • Constructing a Static String Table
              • Getting Equivalent and Nearest Equivalent Languages
                • Getting an Equivalent Language List
                • Getting a Nearest Equivalent Language
              • Using String Pool
              • Reading a String Resource
            • Basic Application Framework Library Examples
              • Basics: Store and Restore Object using Clipboard
              • Resource File Examples
                • ReadArray: Reading the Contents of a Resource File into an Array
                • ReadData: Reading from a Resource File
                • ReadText: Reads "Hello world!" from a Resource File
                • SigCheck: Checking a Resource file's Signature
                • MultiRead1: Reading Multiple Resource Files
                • MultiRead2: Reading Multiple Resource Files with Cross-referenced Resources
            • Equivalent Languages Reference
          • Base Services Utility Library (BSUL)
            • Base Services Utility Library Overview
            • Using ClientMessage Framework
          • System Utilities
            • System Utilities Overview
            • System Utilities Tutorial
              • Retrieving Versions and Device Type Information
              • Checking the Availability of Memory
        • Generic Usability Library
          • EUser High Level Library
            • EUser High Level Overview
            • EUser High Level Concepts
              • Automatic Resource Management
              • Cleanup Strategy
              • LString
              • OR_LEAVE MACRO
              • RAII Idiom
              • Single Phase Constructor
            • EUser High Level Library Tutorials
              • Automatic Resource Management Tutorial
              • Automatic Resource Management Class Templates Tutorial
              • Cleanup Strategy Tutorial
              • LString Tutorial
              • OR_LEAVE macro Tutorial
              • Single Phase Constructor Tutorial
            • EUserHlExample: EUser High Level example
      • C++ Standard Library (STLport v4)
        • Copyright Acknowledgments for Standard C++ (STLport v4) and Boost Libraries
        • Getting started with C++ Standard Library
        • Known Issues
    • Graphics Guide
      • Graphics Quick Start
      • What's New in Graphics in Symbian^3
      • Graphics Concepts
        • The ScreenPlay Graphics Architecture
        • Graphics Composition
        • The Non-ScreenPlay Graphics Architecture
        • Graphics Hardware Acceleration
        • Khronos API Support
        • Dynamic Resolution Switching
      • Graphics Example Code
        • CoverFlow: using ScreenPlay
        • GraphicsShell: drawing and zooming
      • Windowing Collection
        • Windowing Example Code
          • About the Window server example code
          • Simple: simple window system
          • BitmapSprite: creating a sprite by loading a bitmap file
          • Ordinal: ordinal position, drag and drop
          • PtBuffer: the pointer move buffer
          • Scroll: simple scrolling
          • VectorSprite: drawing sprites
          • Transparent: Drawing Transparent Windows
        • Window Server Component
          • Window Server Component Overview
          • Window Server Client-Side Library
            • Window Server Client-Side Library Overview
            • How Will the New Application Framework Affect my Applications?
            • Window Server Client-Side Library Concepts
              • Window Server Sessions
              • Client-Side Buffer
              • Screen Handling
              • Display Control and Mapping in the Window Server Client
              • Password Support
            • Windows
              • Windows Overview
              • Window Groups and Applications
              • Displayable Windows
              • Window Hierarchy
              • Ordinal Position
              • Window Group Priority
              • (x,y) Co-ordinate System
              • Transparent Windows
            • Graphics and Drawing
              • Graphics and Drawing Overview
              • Redraw Drawing
              • Server-Initiated vs. Application-Initiated Redrawing
              • Drawing Tutorial
            • Window Server Client-Side Events
              • Window Server Client-Side Events Overview
              • General events
              • Redraw Events
              • Priority Key Events
              • Pointer Handling
              • Advanced Pointers
                • Advanced Pointer Overview
                • Advanced Pointer States and Event Communication
                • Advanced Pointer Tutorial
                • Support for Multiple Pointers in the Emulator
                  • Support for Multiple Pointers in the Emulator Overview
                  • Enabling Multiple Pointers in the Emulator Tutorial
              • Declaring a Window Server Event-Handling Class
              • Handling General Events
              • Processing Window-Group Events
              • Processing Window Events
              • Processing System Events
            • External Surfaces
              • External Surfaces Overview
              • Flipping and Rotating an External Surface
            • Sprites and Cursors
              • Sprites and Cursors Overview
              • Creating Sprites and Pointer Cursors
              • Setting the Text Cursor
            • Animations
              • Animation Overview
              • Implementing the Client Side
              • Implementing the Server Side
              • Creating an Animation Object
              • Creating an Animation DLL Object
              • Passing Arguments from Client to Server Classes
          • Window Server Internals
            • Window Server Internals: Concepts
              • The Window Server Rendering Loop
              • Redraw Stores
            • The wsini.ini File
              • The wsini.ini File
              • Setting Up Window Server Logging
              • The wsini.ini File Reference
      • Font and Bitmap Server Collection
        • The Font and Bitmap Server Overview
        • Font and Bitmap Server Example Code
          • BitmapsShell: dealing with bitmaps
        • Heap Locking in the Font and Bitmap Server
      • Graphics Device Interface (GDI) Collection
        • GDI Collection Overview
        • Graphics Device Interface Concepts
          • Drawing and Graphics Contexts
            • Graphics Context Settings
            • Shape Operations
            • Text Operations
            • Bitmap Operations
            • Geometry Classes
            • Colors
            • The Linear DDA
          • Picture Concepts
            • Introduction to Pictures
            • CPicture-Derived Classes
          • Twips and Zooming
            • Twip to Pixel Mapping
        • Graphics Device Interface Tutorials
          • Drawing to a Graphics Context Tutorials
            • Drawing Points
            • Drawing Lines
            • Drawing Text
            • Using Relative and Sequential Drawing
            • Drawing Arcs and Ellipses
            • Drawing a Rounded Rectangle
            • Drawing Polylines and Polygons
            • Using a Bitmap-Patterned Brush
          • Picture Tutorials
            • Storing a Picture Tutorial
            • Restoring Pictures Tutorial
          • Twips and Zooming Tutorials
            • Using TZoomFactor and MGraphicsDeviceMap
        • GDI Component
          • Graphics Device Interface (GDI) Component Overview
        • BitGDI Component
          • BitGDI Concepts
            • Bitmap Devices and Contexts
            • Bitmaps
          • BitGDI Tutorials
            • Loading a Bitmap from a File
            • Drawing Bitmaps
            • Drawing Reduced and Enlarged Bitmaps
            • Creating and Drawing to an Off-Screen Bitmap
            • Creating a Bitmap by Duplicating
            • Clearing a Rectangle
            • Copying a Screen Area
            • Using the Bitmap Utilities
        • Colour Palette Component
      • OpenGLES Collection
        • OpenGLES Collection Overview
        • OpenGLES Interface Component
          • OpenGLES Interface Overview
      • OpenVG Collection
        • OpenVG Collection Overview
        • OpenVG Interface Component
          • OpenVG Interface Component Overview
      • EGL Collection
        • EGL Collection Overview
        • EGL Interface Component
          • EGL Interface Overview
          • Symbian-Specific Behavior
          • EGL Functions with Symbian-Specific Behavior
          • Rendering to an RWindow Tutorial
        • EGL Reference Implementation Component
    • High Level Internet Protocols Guide
      • Application Layer Protocols
        • Using HTTP Client
          • HTTP Client overview
          • A simple HTTP client session
          • Handling request body data
          • Cancelling and closing transactions
          • Session Properties
            • HTTP Version Property
            • HTTP Proxy Property
            • HTTP Receive Buffer Size Property
            • Tuning the HTTP protocol handler
            • HTTP session ID
              • Setting HTTP session ID
              • Getting HTTP session ID
              • Removing HTTP session ID
          • Transaction Properties
          • Filters
          • Headers
            • Header Structure
            • Adding, Removing and Accessing Header Field Parts
            • Adding, removing, and accessing header field parameters
            • Specific header formats
          • Security server certificates
          • HTTP string table
          • HTTP Whole Message Filter
            • HTTP Whole Message Filter Overview
            • How to Use the HTTP Whole Message Filter APIs
              • Implementing the MHTTPDataOptimiser Interface
              • Registering your optimiser
                • Enabling MHTTPDataOptimiser for a session
                • Enabling MHTTPDataOptimiser for a transaction
            • HTTP Whole Message Filter Example
          • HTTP Client
            • HTTP Client Example
      • Application Layer Plugins and Utils
        • URI Permission Services
          • WhiteList/BlackList URI Services
            • WhiteList/BlackList URI Services Overview
            • Using URIs from the URI List
            • Querying URIs from the URI List
            • Pre-configuring the URI List
              • URI List pre-configuration DTD
          • WhiteList/BlackList TLD Services
            • WhiteList/BlackList TLD Services Overview
            • Modifying TLD Policy Data
            • Querying TLD Policy Data
    • IP Connection Management
      • Bearer Management
        • Extended Connection Preferences
        • Extended Connection Preference API- Tutorials
          • Opening a Connection to a SNAP by specifying SNAP Type
          • Opening a Connection to a SNAP by specifying SNAP ID
          • Opening a Connection to an IAP
          • Opening a Connection based on User Selection
          • Additional Connection Preferences
      • Application Level Roaming
      • Enabling Application Level Roaming
      • Establishing a connection with destination networks
        • Defining Connection Management Items
        • Prompting the User to Select a Destination Network
        • Starting the connection through the destination network
    • Kernel and Hardware Services Guide
      • User Library and File Server
        • User Library
          • Arrays And Lists
            • Arrays And Lists Overview
            • Doubly Linked Lists Overview
            • Singly Linked Lists Overview
            • Dynamic Arrays Overview
            • Fixed Size Arrays Overview
            • Array Keys Overview
            • Using Doubly Linked Lists
              • Doubly linked lists
              • Links
              • Headers
              • Iterators
              • How to form links
              • How to construct a header
              • How to construct an iterator
              • How to construct and manipulate a doubly linked list
            • Using Singly Linked Lists
              • Singly linked lists
              • Links
              • Headers
              • Iterators
              • How to form links
              • How to construct a header
              • How to construct an iterator
              • How to construct and manipulate a singly linked list
            • Using Dynamic Arrays
              • Dynamic Arrays
                • Introduction to dynamic arrays
                • Array Implementation
                • The array buffer
                • Flat or segmented buffer?
                • Identifying elements
                • Array capacity and granularity
                • The types of array
                • Array of same length elements, flat buffer
                • Array of same length elements, segmented buffer
                • Array of variable length elements, flat buffer
                • Array of variable length elements, segmented buffer
                • Array of packed elements, flat array
                • When to choose the RArray and RPointerArray types
              • How to Use Dynamic Arrays
                • How to use dynamic arrays
                • How to append and insert elements
                • How to remove elements
                • How to expand the array
                • How to reserve space in a fixed flat array
                • How to resize an array
                • How to find elements
                • How to access elements
                • How to destroy the array
                • How to create a generic array
                • Pointers to the start and end of contiguous regions
                • Using CArrayFixFlat<TAny>
                • Using CArrayFixSeg<TAny>
                • Using CArrayPak<TAny>
                • Using CArrayVar<TAny>
                • Using RArray<class T>
                • Using RPointerArray<class T>
                • Using TArray<class T>
            • Using Fixed Size Arrays
              • The range checking wrapper for fixed length C++ arrays
              • How to replace a C++ array with a wrapper
              • How to use the range checking wrapper
            • Using Array Keys
              • Array keys
              • Key type
              • Key comparison
              • Key length and location
              • How to use array keys
              • Implementing TKey derived classes
          • Basic Types
            • Basic Types Overview
            • Integral types
            • Text types
            • Boolean
            • Floating-point numbers
            • Templated functions
            • Using TRefByValue<class T> Class
          • Buffers And Strings
            • Buffers And Strings Overview
            • Circular Buffers Overview
            • Descriptors Overview
            • Dynamic Buffers Overview
            • Lexical Analysis Overview
            • Literals Overview
            • Package Buffers Overview
            • Raw Memory Overview
            • Using Circular Buffers
              • Circular Buffer structure
              • Using CCirBuf
              • Using CCirBuffer
            • Using Descriptors
              • Descriptor concepts
                • Descriptor basics
                • Text and binary data
                • 8 bit variant, 16 bit variant and build independence
                • Length, maximum length and size
                • Folding and collation (comparing strings)
                • Safe data access
              • Descriptor Types
                • Buffer descriptors
                • Heap descriptors
                • Pointer descriptors
                • Resizable buffer descriptors
                • Abstract base descriptor classes
                • The relationship between descriptor classes
              • How to Use Descriptors
                • How to use the non-modifiable buffer descriptor — TBufC<TInt>
                • How to use modifiable buffer descriptor — TBuf<TInt>
                • How to use the non-modifiable pointer descriptor - TPtrC
                • How to use the modifiable pointer descriptor — TPtr
                • How to use the heap descriptor - HBufC
                • How to use the resizable buffer descriptor - RBuf
                • Descriptors for function interfaces
                • How to represent general binary data
                • Using TDes
                • Using TDes16 class
                • Using TDes8 Class
                • Using TDes8Overflow
                • Using TDesC
                • Using TDesC16 Class
                • Using TDesC8 Class
                • Format string syntax
            • Using Dynamic Buffers
              • Introduction to dynamic buffers
              • Dynamic buffers versus descriptors, arrays and heap cells
              • Buffer position
              • Space management and granularity
              • Contiguousness
              • Choices with buffers
              • How to use standard buffer operations
              • How to allocate buffers
              • How to pre-expand a buffer
            • Using Lexical Analysis
              • Introduction to Lexical Analysis
              • How to use Lexical Analysis
              • Using TLitC operators
            • Using Literal Descriptors
              • Constant literal text
              • Coding literal descriptors
              • NULL constant literals
              • How to use literal descriptors
            • Using Package Buffers
              • Packages as type-safe descriptors
              • Types of package
              • External and internal representations
              • How to use a package buffer
          • Date And Time Handling
            • Date And Time Handling Overview
            • Using Date and Time Handling
            • Using TDateTime
            • Using TTime
          • Dynamically loading link libraries
            • Dynamically Loading Link Libraries Overview
            • The polymorphic interface DLL
            • UID Protection
            • Module definition file
            • Locating a DLL
            • How to define the interface to a polymorphic interface DLL
            • How to use a polymorphic interface DLL
            • How to implement a polymorphic interface DLL
            • Supporting polymorphic interface DLLs with static interface DLLs
          • Handles
            • Handles Overview
            • Handle-numbers
            • Kernel side object containers
            • Thread-relative and Process-relative handles
            • Local and global handles
            • Duplicating handles to Kernel side objects
            • Opening a handle to an existing global Kernel object
            • Preventing closure of a handle
          • Inter Process Communication
            • Inter Process Communication Overview
            • Asynchronous Services Overview
            • Client/Server Overview
            • Notification Services Overview
            • Using Asynchronous Programming
              • Asynchronous Programming
                • Introduction to asynchronous programming
                • Asynchronous service providers
              • Low Level Asynchronous Service Handling
                • What asynchronous service providers do
                • Asynchronous service provider's responsibilities
                • How to handle a single asynchronous request
                • How to handle multiple asynchronous requests with a wait loop
                • Cancelling an asynchronous request
              • High Level Asynchronous Service Handling
                • Introduction to active objects and the active scheduler
                • Active objects
                • Active Scheduler
                • How to construct an active object
                • How to issue requests
                • How to complete requests
                • How to handle completed requests
                • How to cancel requests
                • How to start active objects
                • How to renew a request from the active scheduler
                • How to use multiple active objects
                • Long-running services and background objects
                • Non pre-emptive servicing
                • Simple encapsulation of a service provider
                • Life cycle of active objects
                • Using CActive
                • Using CAsyncOneShot
                • Using CIdle
                • Using TCallBack
                • Using TRequestStatus
              • Types of Service
                • About the types of services
                • Kernel services
                • Server services
                • Same-thread services
                • Device driver services
            • Using Client-Server
              • Introduction to the client-server architecture
              • Features of the client-server architecture
              • Migrating to V2 client-server APIs
              • Sessions and requests
              • Sharable sessions
              • Subsessions within a session
              • Initialising a subsession
              • Inter-thread data transfer
              • How to implement a simple client interface
              • How to implement a simple server interface
              • How to implement a client interface with subsessions
              • How to implement a server interface with subsessions
              • transient: transient server example
            • Using Notification Services
              • Change notifier
              • Thread-death notifier
              • Notifier
              • How to use a change notifier
              • How to use a thread-death notifier
              • How to use a notifier to display a simple dialog, asynchronously
              • How to use a notifier to display a single line message, synchronously
          • Key Codes
          • Maths
            • Maths Overview
            • Character Representation Of Real Numbers Overview
            • Maths Services Overview
            • Using Maths Services
              • Math functions
          • Memory Management
            • Memory Management Overview
            • Cleanup Support Overview
            • Memory Allocation Overview
            • Memory Management Concepts
              • Address Space and Process
              • Chunks
              • Heaps
              • Structure of a heap
              • Virtual machine model
              • Shared Memory between Threads
            • Using Memory Allocation
              • How to share heaps
              • How to switch heaps
              • How to walk the heap
            • More about Cleanup Support
              • Exception Handling
                • Types of error and recovery
                • Basic exception support
                • How to use User::Leave()
                • How to use TRAP
                • How to use new with automatic leave on failure
                • Where to put trap harnesses?
                • Restrictions on the use of leaves and TRAPs in destructors
              • Cleanup Stack Basics
                • Cleanup requirements
                • How to use the cleanup stack
                • How to pop and destroy
                • How to use the trailing-C naming convention
                • Destructor requirements
                • How to allocate and de-allocate cleanup stacks
                • Summary of cleanup rules
              • Two Phase Construction
                • CBase-derived classes and two-phase construction
                • How to implement two-phase construction
                • How to implement and use NewLC()
                • How to write a derived class with two-phase construction
              • Advanced Cleanup
                • Cleanup stack support for non-CBase classes
                • How to clean up non-CBase classes
                • Cleanup utilities
                • Cleanup for heap arrays
                • How to use CleanupDeletePushL()
                • How to use CleanupClosePushL()
                • How to use CleanupReleasePushL()
                • Cleanup following trap harnesses
                • Using TAutoClose
            • Heap Management Guide
          • Message Queue
            • Message Queue Overview
            • Using Message Queue
          • Publish and Subscribe
            • Publish and Subscribe Overview
            • Properties
            • Using Publish and Subscribe
            • Security issues
          • Notifier framework
          • Reference Counting Objects
            • Reference Counting Objects Overview
            • The reference counting object
            • The object container
            • The object container index
            • The object index
            • Ownership of reference counting objects
            • Find-handle number
            • Names and fullnames
            • Accessing reference counting objects in object containers
            • How to access reference counting objects in object containers
            • The handle-number and the object index
          • System macros
            • Using __ASSERT_ALWAYS
            • Using __DECLARE_TEST
            • Using MUTABLE_CAST macro
          • System Static Functions Overview
          • System Wide Error Codes Overview
          • Thread And Process Management
            • Thread And Process Management Overview
            • Critical Sections Overview
            • Mutexes Overview
            • Semaphores Overview
            • Threads And Processes Overview
            • Using Critical Sections
            • Using Mutexes
            • Using Semaphores
            • Using Threads and Processes
              • Introduction to Threads and Processes
              • Thread Priority Scheme
              • How to Choose Thread Priority
              • How to Choose a Real-time Thread Priority
              • Thread and Process ID
              • The Process Type
              • Fixed Processes
              • Exception Handling
              • Thread Termination
              • Inter-thread Data Transfer
              • Synchronisation Techniques
          • Timers and Timing Services
            • Timers And Timing Services Overview
            • How to use simple timers
              • How to Create an RTimer
              • How to Wait for a Given Time Period
              • How to Wait for a Given Time
              • How to Close The Timer
              • Using Lock()
            • How to use periodic timers
              • How to start a periodic timer
              • How to stop a periodic timer
            • How to use heartbeat timers
              • How to start a heartbeat timer
              • How to stop a periodic timer
          • UID Manipulation
            • UID Manipulation Overview
            • UID manipulation classes
            • How to declare a UID
          • Version Handling Overview
          • User Library Example Code
            • AdvancedClientServerExample: Using Client/Server APIs
            • Asynchronous Services Example Codes
            • circularbuffer: Circular Buffer Example
            • Client Server Example Code
            • condvar: Using Condition Variables
            • Date and Time Handling Example Code
            • Descriptor Example
            • dynamicarray: Using Dynamic Arrays
            • Dynamic Buffers Example Code
            • Dynamically Loading Link Libraries Example Code
            • Fixed Arrays Example Code
            • Hash Table - Using Hash Table Classes
            • Lexical Analysis Example Code
            • linkedlist: Using the Linked List classes
            • Locale Settings Example Code
            • LocaleUpdateExample: Using the Locale Functionality
            • Cleanup Support Example Code
            • MessageQueue Example
            • pubsub: Using the Publish and Subscribe IPC Mechanism
            • resourcemanager: Power Resource Manager Framework example
            • rbufexample: Using resizable buffer descriptors
            • SecureServerExample: Implementing the Policy Server Framework
            • tcharexample: TChar example
            • Thread and Process Management Example Code
            • Rendezvous Thread rendezvous example code
            • Timers and Timing Services Example Code
            • SemaphoreExample: thread synchronisation using semaphores
        • File Server
          • File services in Symbian platform
          • File Server Client Side
            • File Server Client Side Overview
            • File Server tracing concepts
              • Enabling File Server Tracing
            • More about the file server
              • File names
              • Media types
              • File systems
              • File server session
              • Directories
              • File interface
              • Units, drives and volumes
              • Management and searching
            • How To use sessions, files and directories
              • How to use file server sessions
              • How to share file handles between processes
              • How to use sessions efficiently
              • How to list directories and files
              • How to create directories
              • How to delete files and directories
              • Automatic file deletion on closure
              • How to create and open a file
              • How to get and change file details
              • How to move a file
              • How to read and write a file
              • How to track changes
              • How to retrieve drive and volume information
              • How to rename files
              • How to finalize a drive
              • Using RFormat
              • Using TFileText
            • File management and searching
              • File management with CFileMan
              • How to search for files with TFindFile
              • Using CDirScan
            • Parsing paths and filenames
              • Structure of paths and filenames
              • TParse, TParsePtr and TParsePtrC
              • How to parse a pathname
            • Other file-related components
              • File locations
              • Stream store
              • Database manager
            • The System Drive
            • Run time cache settings
          • File Server Plug-ins
            • File Server Plugin Concepts
            • File Server Plugin implementation tutorial
          • Loader
            • Loader Overview
            • Loader Search Rules
            • Reference
          • File Server Example Code
            • Attributes: Directory Entry Details and Listings
            • BasicSession: Hello File Server
            • Connecting: Connection to File Server
            • DriveInfo: Drive Lists, Drive and Volume Information
            • Filenames: Parsing Filenames
            • Notify: CFileMan Observer
    • Location Based Services (LBS) Guide
      • LBS Quick Start
      • Location Based Services Concepts
        • Finding the location of a mobile device
        • Storing location information on a mobile device
      • The Location Acquisition API
        • Location Acquisition API Overview
        • Position data and info classes
        • Position Area Data Classes
        • Position data
        • Privacy Requester Classes
        • Positioning Modules
        • Positioning Module Status
        • How to Get Location Information
        • How to Use Positioning Module Information
        • How to get module status changes
        • Location Acquisition API Runtime Behaviour
        • Location Acquisition API Reference
      • Location Triggering API
    • Messaging Application Guide
      • Mobile Messaging
        • SMS MTM
          • SMS MTM Overview
          • SMS MTM Concepts
            • Types of SMS Message
            • SMS Settings
          • SMS Tutorial
          • SMS example
      • MMS Engine
        • MMS Setting
          • MMS Settings Overview
      • Email
        • Email Overview
        • Email Concepts
          • Types of Email
          • Paradigms for Accessing Remote Message Stores
          • Email Settings
          • Bearer Mobility
            • Bearer Mobility Overview
        • IMAP4 MTM
          • IMAP4 MTM Overview
          • IMAP4 Concepts
          • POP/IMAP Example
        • POP3 MTM
          • POP3 MTM Overview
          • POP/IMAP Example
        • SMTP MTM
          • SMTP MTM Overview
          • SMTP Concepts
        • Email Tutorials
          • Configuring the TLS or SSL Socket
            • Specifying the Domain Name for Certificate Validation
            • Removing the Domain Name for Certificate Validation
          • Using Bearer Mobility
            • Setting SNAP Preferences
              • Defining the SNAP Preference
              • Modifying the SNAP Preference
              • Deleting the SNAP Preference
            • Configuring the Bearer Mobility
              • Enabling the Bearer Mobility
              • Disabling the Bearer Mobility
    • Messaging Middleware Guide
      • Quick Start
      • Messaging Middleware Concepts
        • System Model Relationship
        • Messaging Dependencies
        • Messaging Principles
        • Processes and Data Flow
      • Messaging Framework
        • Messaging Framework Overview
        • Schedule Send MTM
          • Schedule Send MTM Overview
          • Schedule Send Tutorial
        • Message Server and Store
          • Message Server and Store Overview
          • Message Server and Store Concepts
            • Structure of a Message Store
            • Message Type Module
              • Message Type Module Overview
              • Types of MTM
                • Client MTM
                • User Interface Data MTM
                • User Interface MTM
                • Server MTM
              • MTM Capabilities
              • MTM Resource File
              • MTM Registration
            • Message Store on a Phone
            • Storage of Messages
              • Types of Storage for a Message Entry
              • Index
              • Storing Messages in SQL Database
              • Removable Storage Device
              • Message Folders
              • Message Services
            • Messaging Client Applications
              • Processing Client Requests
              • Types of Client Application
              • Client Application Programming
              • Observers and Notification
            • Handling Client Requests
            • Caching
            • Search-Sort Introduction
            • Chunk Method to Process Emails
          • Message Server and Store Tutorials
            • MTM Implementation Tutorial
              • Writing a Client MTM
              • Writing a UI Data MTM
              • Writing a UI MTM
              • Writing a Server MTM
              • Installing an MTM
            • Messaging Attachments Tutorial
              • Creating attachments to messages
              • Adding attachments to messages
              • Retrieving and modifying attachments to messages
              • Removing attachments from messages
            • Search-Sort Tutorial
              • New Search
              • Repetitive Search
            • Processing Email in Chunks
              • Storing and Restoring Email Messages in Chunks
                • Storing Downloaded Email Messages
                • Restoring Email Messages
              • Creating and Reading Email Messages in Chunks
                • Creating Email Messages in Plain Text Format
                • Creating Email Messages in Rich Text Format
                • Forwarding or Replying to Email Messages Stored as Plain Text
                • Forwarding or Replying to Email Messages Stored as Rich Text
                • Editing Email Messages Stored as Drafts in Plain Text Format
                • Editing Email Messages Stored as Drafts in Rich Text Format
                • Reading Email Messages Using the Plain Text API
                • Reading Email Messages Using the Rich Text API
                • Overriding the Charset when Reading Email Message Data
          • Message Server and Store Example Code
            • Messaging Text MTM example code
              • Introduction
              • Building and use
              • Client-side MTM implementation
              • UI Data MTM implementation
              • User Interface MTM implementation
              • Server-side MTM implementation
              • TextMTM utilities
            • SearchSortExample: enhanced search and sort for Message Store
        • BIO Messaging Framework
          • BIO Messaging Framework Overview
          • BIOMessageMgr: BIO Message manager using the message server
        • SendAs
          • SendAs Overview
          • SendAs Concepts
            • SendAs Server
          • SendAs Tutorial
          • SendAs v2.0
    • Multimedia Guide
      • Multimedia Quick Start
      • Multimedia Concept
        • Supported file types
        • Supported codecs
          • Supported Audio Codecs
      • Multimedia example code
        • Audio Streaming Example
        • Camera Example
        • ICLCodec: Image Converter Library encoder/decoder plug-ins example
        • Image Converter Example
        • MmfExCodec: Multimedia Framework codec plug-in example
        • MmfExFormatPlugin: Multimedia Framework format encoder/decoder plug-ins example
        • MmfExSinkSource: Multimedia Framework sink/source plug-ins example
      • Multimedia APIs and Frameworks Collection
        • Multimedia APIs and Frameworks Overview
        • Camera Framework
          • Overview
          • Concepts
            • Embedding camera applications
            • Storing and accessing an image or a video
          • Camera Library
            • Onboard Camera Overview
            • Tutorials
              • Capturing Still Images
              • Capturing a Video Clip
              • Using Time-Nudge-Capture Drive Mode
              • Background Processing for Ecam
              • Converting Manual Aperture to Automatic Aperture
              • Using the Encoded H264 Video Frames to Capture Video
          • Advanced Camera Settings
            • Overview
            • Tutorials
              • Advanced Camera Settings
              • Advanced Settings for Focus, Drive Modes, and Bracket Modes
              • Continuous Digital Zooming
          • ViewFinder Library
            • Overview
            • Tutorials
              • Viewfinder
              • Direct Viewfinder Tutorials
              • Client Viewfinder
              • Viewfinder's Region of Interest
          • Histogram Library
            • Overview
            • Tutorials
              • Histograms
              • Creating Histograms
              • Working with the Histogram
              • Stopping the Histogram
          • Camera Overlay Library
            • Overview
            • Tutorials
              • Overlay
              • Working with Overlays
          • Camera SnapShot Library
            • Overview
            • Tutorials
              • Snapshot
              • Creating Snapshots
              • Working with Snapshots
          • Camera Plug-in Support Library
            • Overview
        • Imaging Frameworks Component
          • Imaging Frameworks Overview
          • Concepts
            • Supported Image Formats Guide
          • Bitmap Transform Library
            • Bitmap Transform Library Overview
            • Bitmap Transform Library Guide
            • Enhanced Features for Encoder and Decoder Tutorial
          • JPEG Exif Plug-in Library
            • JPEG Exif Plug-in Library Overview
          • Exif Utility Library
            • Exif Utility Library Overview
            • Exif Utility Library Guide
          • Gifscaler Library
            • Gifscaler Library Overview
          • Image Conversion Library
            • Image Conversion Library Overview
            • Tutorials
              • Image Encoding
              • Image Decoding
              • Stream Encoding And Stream Decoding
          • Image Display Library
            • Image Display Library Overview
          • Image Processor Library
            • Image Processor Overview
            • Image Processor Library Concept
              • Pluggable Advanced Image Editing Libraries Concepts
                • JPEG Image Transform Extension
                  • JPEG Image Transform Extension Guide
                • Panoramic Stitching
                  • Panoramic Stitching Guide
              • Adding Effects And Filters Guide
            • Initializing And Processing an Image Tutorial
          • Image Transform Library
            • Image Transform Library Overview
          • JPEG Image Frame Plug-in Library
            • JPEG Image Frame Plug-in Library Overview
          • Media Client Image Library
            • Media Client Image Library Overview
        • Multimedia Framework Component
          • Multimedia Framework Overview
          • Multimedia Framework Concepts
            • Multimedia Framework Guide
          • GStreamer
            • GStreamer Overview
          • Audio Client Library
            • Audio Client Overview
            • Audio Client Tutorials
              • How to use the audio convert utility
              • How to use the audio tone player utility
          • Audio Input Stream Library
            • Audio Input Streaming Overview
            • Audio Input Stream Tutorials
              • Audio Input Streaming Tutorial
          • Audio Output Stream Library
            • Audio Output Streaming Overview
            • Audio Output Stream Tutorials
              • Audio Output Streaming Tutorial
          • GSM 6.10 Audio Codec Implementation
            • GSM 6.10 Codec Implementation Overview
          • Media Client Observer Library
            • Media Client Observer Overview
          • MIDI Client Library
            • MIDI Client Overview
            • MIDI Client Library Tutorials
              • MIDI Playing
          • Video Client Library
            • Video Client Overview
            • Video Client Library Tutorials
              • Video Player Utility Tutorials
                • Creating and Preparing a Video Player
                • Configuring the Video Player
                • Enabling/Disabling Audio or Video Playback Separately
                • Scaling Automatically
                • Controlling Video Playback
                • Fast Forwarding and Rewinding
                • Stepping Frames
                • Controlling the Video Controller Plugin
              • Video Player Utility 2 Tutorials
                • Video Player 2 Tutorial
              • Video Recorder Utility Tutorials
                • Creating and Preparing a Video Recorder
                • Configuring the Video Recorder
                • Enabling/Disabling Video Recording
                • Controlling Video Recording Quality
                • Recording Video Data
                • Setting Video Metadata
                • Controlling the Video Plugin
          • Media Client Video Display Library
            • Media Client Video Display Overview
            • Media Client Video Display Tutorial
        • Multimedia Utility Library Component
          • Multimedia Utility Library Overview
          • Multimedia Shared Library
            • Multimedia Shared Library Overview
      • HDMI
        • HDMI Overview
      • Multimedia Device Framework Collection
        • Device Framework Overview
        • Speech Recognition Controller Component
          • Speech Recognition Controller Overview
          • Automatic Speech Recognition Client Utility Library
            • Automatic Speech Recognition Client Utility Overview
          • Automatic Speech Recognition Custom Commands Library
            • Automatic Speech Recognition Custom Commands Overview
          • Automatic Speech Recognition Data Handling Library
            • Automatic Speech Recognition Data Handling Overview
      • Multimedia Hardware Adaptation Interfaces Collection
        • Multimedia Hardware Adaptation Interfaces Overview
        • Video HAI Component
          • Video HAI Overview
          • DevVideo Library
            • DevVideo Library Overview
      • Multimedia Plug-ins Collection
        • Multimedia Plug-ins Overview
        • Multimedia Plug-in Collection Tutorials
          • Writing a controller plugin
          • Writing a Codec Plugin
          • Writing a Format Plugin
          • Creating a Format Encode Plugin
          • Creating a Format Decode Plugin
          • Writing a Source/Sink Plugin
          • Creating a Source Plugin
          • Creating a Sink Plugin
        • Video Subtitle CRP Component
          • Video Subtitle CRP Overview
          • Video Subtitle CRP Support From MMF Tutorial
          • Subtitle Graphic Library
            • Subtitle Graphic Overview
            • Using Subtitle Graphic Tutorial
        • Camera Plug-in Component
          • Camera Plug-in Overview
          • Camera Stub Plug-in Library Overview
        • Imaging Plug-in Component
          • Imaging Plug-ins Overview
      • Multimedia Software Adaptation Collection
        • Video Renderer Component
          • Video Renderer Overview
          • Video Renderer Concepts
            • Global Surface Updates
            • Video Renderer Resource File
          • Video Renderer Tutorials
            • Rendering Video to a Graphics Surface Tutorial
      • Multimedia Validation Suite (MVS) User Guide
        • Introduction to the Multimedia Validation Suite
        • MVS GUI layout
        • Recording media files
        • Playing media files
        • Editing media files
        • Configuring and clearing files
      • Sound Device Collection
        • Sound Device Collection Overview
        • A3F Audio Component Framework Component
          • Advanced Audio Adaptation Framework Overview
          • A3F Audio Component Framework Concepts
            • Advanced Audio Adaptation Framework Technology Guide
          • Audio Component Framework Library
            • Audio Component Framework Overview
            • Audio Component Framework Library Tutorials
              • Audio Component Framework Tutorial
              • Audio Processing Tutorial
          • Audio Component Library
            • Audio Component Library Overview
        • A3F DevSound Component
          • DevSound Library
            • DevSound Overview
            • DevSound Library Tutorials
              • Initializing DevSound Functionality Tutorial
              • Playing Audio
                • Playing Audio
                • Starting Audio Play
                • Pausing and Resuming Audio Play
                • Stopping Audio Play
                • Retrieving Audio Play Samples
              • Recording Audio
                • Recording Audio
                • Starting Audio Record
                • Pausing and Resuming Audio Record
                • Stopping Audio Record
                • Retrieving Audio Record Samples
              • Playing Tones
                • Playing Tones
                • Playing a Tone
                • Playing a DTMF Tone
                • Playing a Tone Sequence
                • Playing a Fixed Tone Sequence
                • Pausing and Resuming a Tone
    • Multimedia Protocols Guide
      • RTP
        • RTP overview
        • Creating and Managing an RTP session
        • Registering for and handling events
        • Accessing an RTP packet
        • Creating a send stream
        • Sending an RTP packet
        • Creating the receive stream
        • Sending and Receiving Non-RTP Data
        • Managing the RTCP packets and reports
        • Managing send and receive reports
        • Securing RTP with SRTP
        • RTPExample: RTP Packet Streaming Example
      • SIP
        • SIP Overview
        • SIP Client API
          • Overview
          • How to use the SIP Client API
          • List of Constants and Enumerations
          • List of Classes
          • Examples Showing the use of the SIP Client API
          • How to Override Default Authentication Handling
        • SIP Codec API
          • Overview
          • How to use the SIP Codec API
          • List of Constants and Enumerations
          • List of Classes
          • Examples Showing the use of the SIP Codec API
        • SIP Profile API
          • Overview
          • How to use the SIP Profile API
          • List of Constants and Enumerations
          • List of Classes
          • Examples Showing the use of the SIP Profile API
          • How to control Application Level Roaming for SIP Profiles
          • How to Set Up an Outbound Proxy
        • SDP Codec API
          • Overview
          • How to use the SDP Codec API
          • List of Constants and Enumerations
          • List of Classes
          • SDP Codec String Table
          • Example Showing the use of the SDP Codec API
        • SIP Client Resolver API
          • Overview
          • How the Target Client is Resolved using CSIPResolvedClient
          • How the target Client is Resolved using CSIPResolvedClient2
          • List of Classes
          • Example of a SIP Client Resolver Plug-in
        • SIP High Level API
        • SIP Example: Usage of the SIP Stack
        • SIP Settings
          • SIP Settings in CenRep
          • Key Space Design
            • SIP Profile Setting
            • Profile Server Configuration Settings
            • SIP Timers
    • Networking Services Guide
      • Network Protocols
        • TCP/IP
          • Concepts
            • TCP/IP
            • What is Contention?
            • What is Contention Management?
            • What are Access Point Priorities?
          • Tutorials
            • Accessing TCP/IP Sockets Tutorial
            • Connecting and Disconnecting a Remote Host Tutorial
            • Getting and Setting IP Addresses Tutorial
            • Sending and Receiving Data Tutorial
            • Using the Domain Name Resolution Tutorial
            • Restarting a Network Connection Tutorial
          • TCP/IP Examples
            • EchoClientEngine: TCP/IP Echo Client Engine
            • EchoClientUI: TCP/IP Echo Client UI
          • Reference
      • Network Security
        • Secure Sockets
          • Concepts
            • Secure Sockets Architecture
            • Secure Sockets Interface
          • Tutorials
            • Using Secure Sockets : Tutorial
            • Using Pre-Shared Keys with Transport Layer Security : Tutorial
            • Configuring the Server Name Indication : Tutorial
          • Secure Sockets Examples
            • End-to-End Sockets API Example
          • Reference
      • TCP/IP Utilities
        • Dynamic Host Configuration Protocol
          • DHCP
          • Retrieving an IP Network Parameters Tutorial
          • Reference
        • DND
          • Domain Name Daemon
        • Domain Name Server
          • Domain Name Server
          • Tutorials
            • How to Start the DNS Proxy Server
            • How to Shutdown the DNS Proxy Server
          • Reference
            • DNS Proxy Server Initialization Settings
            • Comms Database Settings for DNS
        • Variable TCP Receive Window
          • Variable TCP Receive Window
          • Configuring the TCP Receive Window
    • Organizer Guide
      • PIM Subsystem Overview
        • Application Engines
        • Application Services
      • Calendar Guide
        • Calendar Overview
        • Concepts
          • Connecting to the Calendar Server
          • Calendar Entries
          • Calendar Views
          • Calendar User
          • Callback Interfaces
          • Removable Media Support
          • iCal and vCal Properties
          • Expanded Search Capabilities
        • Tutorials
          • Setting the Alarm
          • How to Associate Data with an Alarm
          • Categorising an Entry
          • Using Calendar Entry Time Iteration
          • Importing and Exporting Entries
      • Using Calendar Conversion (CALCON)
        • Calendar Conversion Overview
      • Multiple Alarm Notification
        • Multiple Alarm Notification Overview
      • Using Versit
        • Versit Overview
        • How to Import Contact and Calendar Data
        • How to Export Contact and Calendar Data
      • PIM Examples
        • CalInterimAPI: Using the Calendar API
        • Versit: Versit Example
    • OS Security Guide
      • OS Security Quick Start
      • OS Security Concepts
        • Public Key Cryptography (PKC)
        • Certificates
        • Digital signatures
      • Authorisation
        • User Prompt Service
          • User Prompt Service Overview
          • Concepts
            • User Prompt Service
            • Policy Resource
          • Tutorials
            • Writing a UPS Policy Evaluator
            • Writing a UPS Dialog Creator
            • Writing a UPS Policy File
            • Integrating a System Server with UPS
            • Using UPS Management API
      • Security and Data Privacy Tools
        • Security Config
          • SecurityConfig Overview
          • Configuring Security Components
            • OCSP Configuration
            • UPS Configuration
        • Security Tools
          • Security Tools Overview
          • Certificate Store Human-Readable File Formats
          • Using certapp
            • Creating a Certificate Store
            • Converting a Certificate Store into Human-Readable Form
            • Augmenting a Certificate Store
          • How certapp Processes Input File Information
          • Security Tools Reference
            • certapp Reference
            • Human-Readable File Formats Reference
            • Certificate Store Binary Files
      • Cryptography overview
        • CryptoSPI Overview
        • Cryptography Concepts
          • Weak and strong cryptography
          • Symmetric ciphers -- guide
          • Asymmetric ciphers -- guide
          • Overview of hash algorithms
          • Overview of random number generation
          • PBE -- guide
        • Encrypting and Decrypting Data
          • Symmetric ciphers -- HowTo
          • How to use a rule-based selector
          • Basic encryption and decryption using a symmetric cipher
          • Asymmetric ciphers -- HowTo
          • How to retrieve characteristics
          • Finding the cryptographic strength
          • Changing the cryptographic strength
          • Big integers
        • Signing and verification
        • How to use the Hash API
        • Generating Random Bytes
        • Secure stream encryption -- guide/HowTo
        • How to create a CryptoSPI plug-in
        • UIDs
        • Example code
          • Password Based Encryption (PBE) example code
          • Password Based Encryption (PBE) example support code
          • Secure stream encryption example code
          • Secure stream encryption example support code
          • Secure store encryption example code
          • Secure store encryption example support code
      • Crypto Services
        • Crypto Services Overview
        • ASN-PKCS
          • ASN-PKCS Overview
        • Certificate and Key Management
          • Certificate and Key Management Overview
          • Certificate and Key Management Concepts
            • PKIXCert
            • X500 and X509
            • X.509 and PKIX
            • WTLS Certificates
            • Certificate Validation in PKIX
            • Crypto (crypto.dll)
          • Unified Stores
            • Unified Stores Overview
            • Unified Certificate Store
              • Unified Certificate Store Overview
              • Unified Certificate Store Tutorial
            • Unified Keystore
              • Unified Keystore Overview
              • Unified Keystore Tutorials
                • Creating Keys
                • Importing Keys
                • Exporting Keys
                  • Exporting a Public Key
                  • Exporting a Private Key
                • Listing Keys
                • Finding Keys
                • Deleting Keys
                • Changing Passphrase
                • Performing Cryptographic Operations with Keys
                • Setting Management Policies
                • Setting Use Policies
                • Retrieving Keystores
        • Root Certificates
          • Root Certificates
    • Persistent Data Services Guide
      • Feature Management
        • Feature Management Overview
        • Feature Manager
          • Feature Management Overview
          • Feature Manager Collection Overview
          • Feature Manager Guide
          • Feature Manager Server Guide
          • Feature Manager Client Overview
          • Feature Discovery Overview
          • Feature Manager Plugins
          • FeatMngrExample: dynamic feature management example
          • Feature Manager Installation Tutorials
          • Feature Manager Modification Tutorials
          • Feature Manager Querying Tutorial
          • Feature Manager Notification Tutorials
          • Feature Manager Reporting Tutorials
      • Logging Services
        • Log Engine
          • Log Engine Overview
          • Log Engine Tutorial Overview
          • Log Engine Tutorials
            • Configuring Log Engine
            • Setting Up A Log Engine Client
            • Maintaining Log Events
            • Requesting Log Engine Notifications
            • Displaying Log Events
      • Persistent Storage
        • Persistent Storage Overview
        • Persistent Storage Guides
          • SQL Interfaces
        • Central Repository
          • Central Repository Overview
          • CenRep Converter Tool Tutorial
          • Central Repository Access Guide
          • Central Repository Guide
          • Central Repository Initialisation Files Guide
          • Modifications to Keyspaces
          • Central Repository Transactions
          • Central Repository Data Access Tutorial
        • DBMS
          • DBMS Overview
          • Interface To DBMS databases overview
          • Interface to DBMS databases
            • Introduction to DBMS databases
            • Rules for DBMS names
            • Implementation limits
            • Database storage overhead
            • Data safety and recovery
            • Database encryption
            • Database compression
            • Error codes
            • Transactions on store databases
            • Indexes
          • DBMS columns, column sets, and keys
            • DBMS columns, column sets, and keys overview
            • Columns, column sets and keys
            • Column type characteristics
            • Using TDbColSetIter
          • DBMS rowsets
            • DBMS rowsets overview
            • Types of rowset
            • Cursor navigation
            • Tables
            • Using TDbQuery class
          • DBMS incremental operations
            • Incremental operations overview
            • Executing SQL statements
            • How to execute SQL incrementally
          • DBMS sharing databases
            • Sharing databases overview
            • The DBMS server
            • Named database
            • Access modes
            • Transactions and locks
            • Change notification
            • Database compacting
        • Store
          • Store Overview
          • File Stores
            • File Stores Overview
            • Introduction to File Stores
            • Direct File Store
            • Permanent File Store
            • File Based Dictionary Store
            • File Store Type and Layout
            • Direct File Store Structure
            • How to Detach and Re-attach a File
          • Stores Guide
            • Stores Overview
            • Introduction to Stores
            • Persistent stores
              • Persistent data
              • Persistent stores
              • Non-persistent stores
            • Embedded stores
              • Introduction to embedded stores
              • Constructing an embedded store
            • Dictionary stores
              • Introduction to dictionary stores
              • Dictionary write streams
              • Dictionary read streams
            • Memory Stores
            • Transactions
              • Introduction to Transactions
              • How to Commit and Revert
            • Space reclamation and compaction
              • Introduction to Space Reclamation and Compaction
              • Reclamation And Compaction, Incrementally
              • Reclamation And Compaction, As A Single Job
          • Store Streams
            • Store Streams Overview
            • Introduction to Store streams
              • Introduction to store streams
              • Stream ID
              • How to create streams
              • How to commit streams
              • How to cleanup streams
              • Stream dictionaries
            • Storing and restoring
              • Stream networks
              • Storing and restoring
              • Storing and restoring protocol
              • How to store and restore a non-compound object
              • How to store a compound object
              • How to restore a compound object
              • Copying
            • Swizzles and deferred loading
              • Introduction to Swizzles and deferred loading
              • Externalising a Swizzle
              • Internalising a Swizzle
              • Using TSwizzle operators
            • Store map
              • Introduction to the store map
              • Store map as repository for Swizzles and associated stream IDs
              • Store map as externalizer for Swizzles
              • Store map cleanup support
          • Streaming
            • Streaming Overview
            • Introduction to streams
            • Externalising
            • The write stream interface
            • Internalising
            • The read stream interface
            • Templated stream operators
            • Externalising and internalising descriptors
            • How to externalise and internalise
            • How to use templated stream operators
            • How to externalise and internalise descriptors
            • How to externalise and internalise compound objects
            • Use of the Externalize class
            • Use of the Internalize class
            • Using TCardinality
        • Symbian SQL
          • Symbian SQL Overview
          • SQL DB Library
            • SQL DB overview
          • SQL Server Guide
          • SQL Concept Guides
            • Reclaiming Free Space
            • Handling BLOBs
            • SQL Developer Tips
              • SQL Optimization Guide
              • Avoid Transient Tables
              • Prevent Database File Corruption
              • SQL Index Tips
              • SQL Insertion Tips
              • SQL Schema Tips
              • SQL Expressions
              • SQL Statement Tips
              • SQL Joins
              • ANALYZE Command
              • SQL WHERE Clause Tips
            • SQL Tracing Guides
              • Symbian SQL Tracing Guide
              • Using Symbian SQL Trace Data Guide
          • SQL Tutorials
            • SQL Tutorial
            • Creating a Database
            • Creating a Table
            • Querying Databases: Basic
            • Querying a database
            • Deleting Rows from a Table
            • Reading to a Data Stream
            • Reading to a Buffer
            • Reading to Memory
            • Writing from a Data Stream
            • Inserting Data into a Table
            • Performing Scalar Queries
          • Basic SQL Example Application
            • Basic SQL Example Application Overview
            • Basic SQL Example: basicsqlexample.h
            • Basic SQL Example: basicsqlexample.cpp
            • Basic SQL Example: basicsqlexample.mmp
            • Basic SQL Example: BLD.INF
        • SQLite 3
          • SQLite 3 Overview
          • SQLite Library
            • SQLite Overview
          • SQLite Technology Guide
        • Persistent Storage Example Code
          • DBMS Example
          • SqlExample: Creating and Querying an SQL Database
          • CentRepExample: Using Central Repository for Persistent Storage
          • File Stores Example Code
          • Memory Stores Example Code
          • Store Streams Example Code
          • Streaming Example Code
    • Security Services Guide
      • Online Certificate Status Protocol
        • OCSP Overview
        • OCSP-SWI Integration
    • Short Link Services Guide
      • Bluetooth Collection
        • Bluetooth Collection Overview
        • Bluetooth SDP
          • Bluetooth SDP Overview
          • Using Bluetooth Service Discovery Database
            • Bluetooth Service Discovery Database Overview
            • Connecting to the service discovery database
            • Handling SDP Attributes
            • Registering Services
            • Setting service record attributes
            • Service records and attributes
          • Using Bluetooth Service Discovery Agent
            • Bluetooth Service Discovery Agent Overview
            • Querying the SDP Database
            • Reading Remote SDP Service Attributes
            • Handling SDP results
        • Bluetooth Notifiers Support
          • Bluetooth Notifiers Support Overview
      • Bluetooth Comms Profiles Collection
        • Bluetooth Comms Profiles Collection Overview
        • PAN Profile
          • PAN Profile Overview
          • Bluetooth PAN Profile Tutorial
            • Creating a Personal Area Network (PAN)
            • Adding a device to the PAN
            • Disconnecting a PAN member
            • Closing the PAN
          • PAN-NAP Role Guide
      • Bluetooth Management Collection
        • Bluetooth Management Collection Overview
        • Bluetooth Sockets Overview
        • Bluetooth Manager
          • Bluetooth Manager Overview
          • Using Bluetooth UI
            • How to prompt the user to select a remote device
        • Bluetooth Client Library
          • Bluetooth Client Library (Bluetooth User) Overview
          • Bluetooth Extended Inquiry Response
          • Processing an Extended Inquiry Response
        • Bluetooth User Tutorials
          • Connecting to remote devices
            • Selecting a Remote Device
            • Inquiring about Remote Devices
            • Inquiring about Services on a Remote Device
            • Connecting and Transferring Data to a Remote Device
            • Using security on outgoing sockets
          • Listening for incoming Bluetooth connections
          • Handling the Local Device Name
          • Performing Low-level Configuration
          • Debugging the Host Controller
          • Disconnecting ACL links
        • Using Bluetooth Security Manager
          • Bluetooth Security Manager overview
          • Secure Simple Pairing (SSP)
          • How to connect to the security manager
          • How to set service security requirements
    • Text and Localization Guide
      • Font and Text Services Collection
        • Font and Text Services Collection Overview
        • Font and Text Services Tutorials
          • Selecting and Using a Font
            • Using Typefaces
        • Font Store Component
          • Font Store Component Overview
          • Font Store Tutorials
            • Installing a Font File
            • Installing a Font Rasterizer DLL
        • ICU Layout Engine Component
        • FreeType Font Rasterizer Component Overview
      • Character Conversion (Charconv) Framework Collection
        • Character Conversion (Charconv) Framework Overview
        • Character Conversion (Charconv) Framework Concepts
        • Character Encoding and Conversion Framework Component
          • Character Encoding and Conversion Framework Overview
          • Character Encoding and Conversion Framework Tutorials
            • Converting to and from Unicode Using CCnvCharacterSetConverter
            • Converting to and from Transformation Formats Using CnvUtfConverter
            • Detecting a Character Set (Converter)
            • Using Standard Names and MIB enums (SNM)
            • Creating a Charconv Plug-in DLL
          • Character Encoding and Conversion Framework References
            • Cnvtool Source File
            • Cnvtool Control File
            • SNM Source File
            • Cnvtool Command Syntax
            • Snmtool Command Syntax
        • Character Encoding and Conversion Plug-ins Component
          • Character Encoding and Conversion Plug-ins Overview
          • Libraries (Plug-in Converters)
            • SMS Encodings and Converters
              • Introduction
              • Encoding Types
              • Standard SMS Converter
              • Extended SMS Converter
              • Turkish National Language Support
              • Portuguese National Language Support
              • Spanish National Language Support
        • FAT Filename Conversion Plug-ins
          • FAT Filename Conversion Plug-ins Overview
          • FAT Filename Conversion Plug-ins Tutorials
            • Creating a FAT Filename Conversion Plug-in
            • Using a FAT Filename Conversion Plug-in
      • Text Layout
        • Using Text and Text Attributes (ETEXT)
          • Text and Text Attributes Overview
          • Text content
            • Introduction to text handling
            • Text objects
            • Fields
            • Pictures
            • Files and clipboard
            • Viewing and user interfaces
            • Examples of use
          • Formatting
            • Introduction to formatting
            • Format layering
            • Paragraph Styles
            • Style behaviour
            • How to use styles
            • How to manipulate simple global text
            • How to manipulate rich text
            • How to store and restore text
        • Using Text Views (FORM)
          • Text Views Overview
          • Text Views concepts
            • Introduction to Text Views
            • Editing
            • Printing
            • Special requirements
          • How to use text views
            • How to set up the text view
            • How to handle changes to the text view
            • How to select text
            • How to set the cursor
            • How to use wrapping
            • How to implement scrolling
            • How to reset
            • How to get system colours for use in text views
    • XML Services Guide
      • XML
        • Libxml2 Libraries Component
          • Libxml2 Overview
        • XML DOM Engine
          • XML DOM Engine Overview
          • Implementation of W3C Types
          • XML DOM Engine Tutorials
            • Parsing XML DOM
            • Modifying DOM Tree
            • Serialising XML DOM
            • Searching a DOM Tree using XPath
            • Using XPath Extension Function
          • XML DOM Engine Node Reference
        • XML Framework
          • XML Framework Overview
          • XML Framework Concept
          • XML Framework Tutorials
            • Writing a Parser Plug-in
            • Choosing a Parser Plug-in
            • Customising a Parser Plug-in
            • Using the Parser Plug-in Resource File
            • Parsing an XML document using Content Handler
            • Using Content Processor
          • XML Framework Reference
          • XmlExample: Using the XML framework to parse an XML file
        • XML Error Handling Reference
    • Web Guide
      • Browsing and downloading
        • Browsing
        • Downloading
  • Reference
    • C++ Reference
      • Adaptation
        • Stubs
          • s60_stubs
            • Power Save Display Mode Stub
              • CPowerSaveDisplayMode
      • Applications
        • Camera Apps
          • Camera Apps Platform Interfaces
            • Active Palette 2 API
              • ActivePalette2Factory
              • MActivePalette2Observer
              • MActivePalette2UI
              • TAP2GenericPluginIcon
              • TAP2GenericPluginParams
              • TActivePalette2EventData
              • TActivePalette2ItemVisible
              • TActivePalette2NavigationKeys
              • activepalette2genericpluginint.h
        • Contacts Apps
          • Contacts Apps Platform Interfaces
            • CCA Launch API
              • MCCAConnection
              • MCCAConnectionExt
              • MCCAObserver
              • MCCAParameter
              • MCcaPluginFactory
              • TCCAFactory
              • mccaparameter.h
            • CCA View Plugin API
              • CCCAExtensionFactory
              • MCCAExtensionFactoryStatusProviderCreator
              • MCCAStatusProvider
              • MCCAStatusProviderObserver
              • MCCAViewLauncher
              • MCCAppViewPluginBase2
              • MCcaParentCleaner
              • ccaextensionfactory.h
            • CMS Contactor API
              • CCmsContactorImPluginBase
              • MCmsContactorImPluginApi
              • MCmsContactorImPluginParameter
            • Contact Presence API
              • MContactPresence
              • MContactPresenceInfo
              • MContactPresenceObs
              • TContactPresenceFactory
              • contactpresencebrandids.h
            • Logs Engine API Extensions
              • LogsApiConsts.h
            • Logs Timers API
              • LogsDomainCRKeys.h
            • Logs UI Command Line API
              • LogsUiCmdStarterConsts.h
            • Phonebook 2 Commands API
              • MPbk2AiwInterestItem
              • MPbk2Command
              • MPbk2CommandHandler
              • MPbk2CommandObserver
              • MPbk2MenuCommandObserver
            • Phonebook 2 Common UI API
              • CPbk2AppViewBase
              • CPbk2TabGroupContainer
                • CPbk2TabGroupContainer::CPbk2TabGroupEntry
              • CPbk2ViewGraph
              • CPbk2ViewNode
              • MPbk2AppUi
              • MPbk2ApplicationServices
              • MPbk2ApplicationServices.h
              • MPbk2ApplicationServices2
              • MPbk2ContactViewSupplier
              • MPbk2ContactViewSupplier.h
              • MPbk2ContactViewSupplier2
              • MPbk2KeyEventHandler
              • MPbk2PointerEventHandler
              • MPbk2StartupMonitor
              • MPbk2StartupMonitor.h
              • MPbk2StartupMonitorExtension
              • MPbk2StartupObserver
              • MPbk2StoreObservationRegister
              • MPbk2StoreValidityInformer
              • MPbk2TabGroupContainerCallback
              • MPbk2UiReleasable
              • MPbk2ViewActivationTransaction
              • MPbk2ViewExplorer
              • MPbk2ViewExplorer.h
              • Pbk2LaunchNewContact
              • Phonebook2PublicPSKeys.h
              • TPbk2ViewTransition
            • Phonebook 2 Icon API
              • CPbk2IconArray
                • CPbk2IconArray::CIdArray
              • CPbk2IconFactory
              • CPbk2IconInfoContainer
            • Phonebook 2 Image Management API
              • CPbk2ImageManager
              • MPbk2ImageGetObserver
              • MPbk2ImageOperation
              • MPbk2ImageSetObserver
              • TPbk2ImageManagerParams
            • Phonebook 2 Presentation API
              • CPbk2SortOrderManager
              • MPbk2ContactNameFormatter
              • MPbk2ContactNameFormatter.h
              • MPbk2ContactNameFormatter2
              • MPbk2FieldProperty
              • MPbk2FieldProperty.h
              • MPbk2FieldProperty2
              • MPbk2FieldPropertyArray
              • MPbk2FieldPropertyArray.h
              • MPbk2FieldPropertyArray2
              • MPbk2SortOrderObserver
              • Pbk2ContactNameFormatterFactory
              • Pbk2FieldPropertiesFactory
              • TPbk2IconId
            • Phonebook 2 RCL API
              • CPbk2RemoteContactLookupAccounts
              • CPbkxRemoteContactLookupProtocolAccount
              • CPbkxRemoteContactLookupProtocolAdapter
              • CPbkxRemoteContactLookupProtocolResult
              • CPbkxRemoteContactLookupProtocolSession
              • CPbkxRemoteContactLookupServiceUiContext
                • CPbkxRemoteContactLookupServiceUiContext::TContextParams
                • CPbkxRemoteContactLookupServiceUiContext::TResult
              • MPbkxRemoteContactLookupProtocolEnv
              • MPbkxRemoteContactLookupProtocolSessionObserver
              • Pbk2RemoteContactLookupFactory
              • TPbkxRemoteContactLookupProtocolAccountId
            • Phonebook 2 Store Configuration Management API
              • CPbk2StoreConfiguration
              • MPbk2DefaultSavingStoreObserver
              • MPbk2StoreConfigurationObserver
            • Phonebook 2 Store Property API
              • CPbk2StoreProperty
              • CPbk2StorePropertyArray
              • CPbk2StoreViewDefinition
            • Phonebook 2 Thin UI Extension Plugin API
              • CPbk2UIExtensionThinPlugin
            • Phonebook 2 UI Controls API
              • MPbk2ContactEditorEventObserver
                • MPbk2ContactEditorEventObserver::TFailParams
                • MPbk2ContactEditorEventObserver::TParams
              • MPbk2ContactLinkIterator
              • MPbk2ContactUiControl
              • MPbk2ContactUiControl.h
              • MPbk2ContactUiControl2
            • Phonebook 2 UI Extension API
              • CPbk2UIExtensionView
              • MPbk2AppUiExtension
              • MPbk2ContactEditorExtension
              • MPbk2ContactUiControlExtension
              • MPbk2ContactUiControlExtension.h
              • MPbk2ContactUiControlExtension2
              • MPbk2SettingsControlExtension
              • MPbk2SettingsViewExtension
              • MPbk2UIExtensionView
              • MPbk2UIExtensionView.h
              • MPbk2UIExtensionView2
            • Phonebook 2 UI Extension Plug-In API
              • CPbk2UIExtensionPlugin
              • MPbk2PluginCommandListerner
              • MPbk2UIExtensionFactory
            • Phonebook 2 UI Utilities API
              • CPbk2ViewState
            • Phonebook 2 xSP View Activation API
              • CxSPViewData
              • RxSPViewServices
            • Phonebook Engine Extension API
              • CPbkEngineExtensionInterface
                • CPbkEngineExtensionInterface::TEngExtParams
                • CPbkEngineExtensionInterface::TFieldTypeResource
              • CPbkEngineExtensionInterface.h
            • Phonebook Extension API
              • CPbkExtensionFactory
              • MPbkAppUiExtension
              • MPbkContactEditorExtension
              • MPbkContactUiControlExtension
              • MPbkExtensionFactory
              • MPbkExtensionFactory.h
              • MPbkExtensionStartupObserver
              • MPbkMenuCommandObserver
              • MPbkUiExtensionBase
              • MPbkViewExtension
            • Phonebook Internal Common API
              • CPbkConstants
            • Phonebook Internal Data Management API
              • CDigViewGraph
              • CDigViewNode
              • CPbkCodField
              • CPbkContactSubView
                • CPbkContactSubView::TIdWithMapping
              • CPbkEntryCopier
              • CPbkFieldData
              • CPbkFieldDataArray
              • CPbkSINDHAndlerInterface.h
              • CPbkSINDHandlerInterface
              • CPbkViewContactNameFormatter
              • MPbkBackgroundProcess
              • MPbkContactEntryLoader
              • MPbkContactNameFormat
              • MPbkContactSelector
              • MPbkEntryCopyObserver
              • MPbkGlobalSetting
              • MPbkGlobalSettingObserver
              • MPbkProcessObserver
              • PbkEngUtils
              • PbkGlobalSettingFactory
              • TDigViewTransition
              • TPbkContactEntry
            • Phonebook Thumbnails API
              • CPbkThumbnailManager
              • MPbkThumbnailOperation
            • Phonebook UI Controls API
              • PhonebookInternalCRKeys.h
            • Predictive Search Algorithm API
              • CPcsPlugin
            • Predictive Search Client API
              • CPSRequestHandler
              • RPsSession
            • Predictive Search Utils API
              • CPcsDefs.h
              • CPsClientData
              • CPsData
              • CPsPattern
              • CPsQuery
              • CPsQueryItem
              • CPsSettings
              • TPsMatchLocation
            • Presence Cache API
              • MPresenceBuddyInfo2
              • MPresenceCacheReadHandler2
              • MPresenceCacheReader2
              • MPresenceCacheWriteHandler2
              • MPresenceCacheWriter2
              • mpresencebuddyinfo2.h
            • Virtual Phonebook Copy Policy API
              • CVPbkContactCopyPolicy
                • CVPbkContactCopyPolicy::TParam
              • MVPbkContactCopyPolicy
              • MVPbkContactFieldCopyObserver
              • MVPbkContactFieldsCopyObserver
            • Virtual Phonebook Engine API
              • CVPbkBaseContactFieldTypeIterator
              • CVPbkBaseContactFieldTypeListIterator
              • CVPbkContactCopier
              • CVPbkContactFieldTypeIterator
              • CVPbkContactLinkArray
              • CVPbkContactManager
              • CVPbkContactStoreUriArray
              • CVPbkDefaultAttribute
              • CVPbkFieldFilter
                • CVPbkFieldFilter::TConfig
              • CVPbkFieldTypeIterator
              • CVPbkFieldTypeRefsList
              • CVPbkFieldTypeSelector
              • CVPbkFilteredContactView
              • CVPbkPhoneNumberMatchStrategy
                • CVPbkPhoneNumberMatchStrategy::TConfig
              • CVPbkSortOrder
              • CVPbkSpeedDialAttribute
              • CVPbkVoiceTagAttribute
              • MVPbkBaseContact
              • MVPbkBaseContact.h
              • MVPbkBaseContact2
              • MVPbkBaseContactField
              • MVPbkBaseContactFieldCollection
              • MVPbkBaseContactFieldIterator
              • MVPbkBatchOperationObserver
              • MVPbkContactAttribute
              • MVPbkContactAttributeManager
              • MVPbkContactBookmark
              • MVPbkContactBookmarkCollection
              • MVPbkContactCopyObserver
              • MVPbkContactFieldBinaryData
              • MVPbkContactFieldData
              • MVPbkContactFieldData.h
              • MVPbkContactFieldDateTimeData
              • MVPbkContactFieldIterator
              • MVPbkContactFieldOrdering
              • MVPbkContactFieldSelector
              • MVPbkContactFieldTextData
              • MVPbkContactFieldUriData
              • MVPbkContactFindFromStoresObserver
              • MVPbkContactFindObserver
              • MVPbkContactGroup
              • MVPbkContactLink
              • MVPbkContactLinkArray
              • MVPbkContactLinkPacking
              • MVPbkContactObserver
                • MVPbkContactObserver::TContactOpResult
              • MVPbkContactOperation
              • MVPbkContactOperationBase
              • MVPbkContactOperationFactory
              • MVPbkContactOperationFactory2
              • MVPbkContactOperationFactory2.h
              • MVPbkContactSelector
              • MVPbkContactSelector.h
              • MVPbkContactStore
              • MVPbkContactStore.h
              • MVPbkContactStore2
              • MVPbkContactStoreInfo
              • MVPbkContactStoreInfo.h
              • MVPbkContactStoreList
              • MVPbkContactStoreListObserver
              • MVPbkContactStoreObserver
              • MVPbkContactStoreProperties
              • MVPbkContactStoreProperties.h
              • MVPbkContactStoreProperties2
              • MVPbkContactView
              • MVPbkContactViewBase
              • MVPbkContactViewBaseChildAccessExtension
              • MVPbkContactViewBaseChildAccessExtension.h
              • MVPbkContactViewFiltering
              • MVPbkContactViewObserver
              • MVPbkContactViewObserver.h
              • MVPbkContactViewObserverExtension
              • MVPbkExpandable
              • MVPbkFieldType
              • MVPbkFieldTypeIterator
              • MVPbkFieldTypeList
              • MVPbkFieldTypeSelector
              • MVPbkMultiAttributePresenceObserver
              • MVPbkMultiFieldTypeList
              • MVPbkObjectHierarchy
              • MVPbkOperationErrorObserver
              • MVPbkOperationObserver
              • MVPbkOperationResultObserver
              • MVPbkOptimizedSelector
              • MVPbkSetAttributeObserver
              • MVPbkSingleAttributePresenceObserver
              • MVPbkSingleContactLinkOperationObserver
              • MVPbkSingleContactOperationObserver
              • MVPbkStoreContact
              • MVPbkStoreContact.h
              • MVPbkStoreContact2
              • MVPbkStoreContactField
              • MVPbkStoreContactField.h
              • MVPbkStoreContactFieldCollection
              • MVPbkStoreContactProperties
              • MVPbkStreamable
              • MVPbkViewContact
              • MVPbkViewContactField
              • MVPbkViewContactFieldCollection
              • RVPbkContactFieldDefaultPriorities
              • RVPbkContactFieldDefaultPriorities.h
              • TVPbkContactStoreEvent
              • TVPbkContactStoreUriPtr
              • TVPbkFieldTypeMapping
              • TVPbkFieldTypeParameters
              • TVPbkFieldVersitProperty
              • TVPbkStoreContactAnalyzer
              • TVPbkWordParserCallbackParam
              • VPbkFieldTypeSelectorFactory
            • Virtual Phonebook Migration Support API
              • CVPbkContactIdConverter
            • Virtual Phonebook Policy API
              • CVPbkContactCopyPolicyManager
              • CVPbkContactDuplicatePolicy
                • CVPbkContactDuplicatePolicy::TParam
              • CVPbkContactFindPolicy
                • CVPbkContactFindPolicy::TParam
              • CVPbkContactViewSortPolicy
                • CVPbkContactViewSortPolicy::TParam
              • CVPbkSortOrderAcquirer
                • CVPbkSortOrderAcquirer::TSortOrderAcquirerParam
              • MVPbkContactDuplicatePolicy
            • Virtual Phonebook SIM Services API
              • MVPbkSimPhone
              • MVPbkSimPhoneObserver
              • MVPbkSimStateInformation
              • VPbkSimStoreFactory
            • Virtual Phonebook Store API
              • CVPbkBatchOperation
              • CVPbkContactAttributePlugin
                • CVPbkContactAttributePlugin::TParam
              • CVPbkContactFindFromStoresOperation
              • CVPbkContactFindOperation
              • CVPbkContactOperationFactory
              • CVPbkContactStoreDomain
                • CVPbkContactStoreDomain::TStoreDomainParam
              • CVPbkContactStoreList
              • CVPbkContactStoreProperties
                • CVPbkContactStoreProperties::TServiceElement
              • CVPbkContactStoreUri
              • CVPbkMultiContactOperationBase
              • MVPbkContactFindPolicy
              • MVPbkContactViewSortPolicy
              • MVPbkSortKeyArray
              • TVPbkSortKey
            • Virtual Phonebook View Definition API
              • CVPbkContactViewDefinition
              • VPbkContactViewFilterBuilder
            • Virtual Phonebook vCard API
              • CVPbkVCardEng
          • Contacts Apps Public Interfaces
            • Phonebook Data Add/Edit UI API
              • CPbkContactEditorDlg
            • Phonebook Data Management API
              • CPbkContactChangeNotifier
              • CPbkContactEngine
              • CPbkContactItem
              • CPbkContactIter
              • CPbkFieldArray
              • CPbkFieldIdArray
              • CPbkFieldInfo
                • CPbkFieldInfo::TPbkFieldInfoParams
              • CPbkFieldsInfo
              • CPbkIdleFinder
              • MPbkContactDbObserver
              • MPbkFieldData
              • MPbkFieldDataArray
              • PbkFields.hrh
              • TPbkContactItemField
            • Phonebook Fetch UI API
              • CPbkItemTypeSelectAddToExisting
              • CPbkItemTypeSelectCreateNew
              • CPbkMemoryEntryAddItemDlg
              • CPbkSingleEntryFetchDlg
                • CPbkSingleEntryFetchDlg::TParams
            • Phonebook Thumbnail Operation API
              • MPbkThumbnailGetImageObserver
              • MPbkThumbnailGetObserver
              • MPbkThumbnailSetObserver
            • Phonebook UI Utilities API
              • CPbkViewState
              • RPbkViewResourceFile
            • Phonebook vCard Import/Export API
              • BCardEng.h
              • CBCardEngine
            • Speed Dial Utility Control API
              • CSpdiaControl
              • SpdiaControl.h
          • PIM Protocols
            • Bluetooth PBAP
              • RPbapSession
            • Phonebook Sync
              • RPhoneBookSession
                • RPhoneBookSession::TContactFieldsV1
                • RPhoneBookSession::TContactFieldsV2
                • RPhoneBookSession::TContactFieldsV3
                • RPhoneBookSession::TTemplateAndBufferSize
              • TContactFieldFormat
              • phbksync.h
          • Phonebook Engines
            • Contacts Model
              • CContactActiveBase
              • CContactActiveCompress
              • CContactActiveRecover
              • CContactAgentField
              • CContactCard
              • CContactCardTemplate
              • CContactChangeNotifier
              • CContactConcatenatedView
                • CContactConcatenatedView::TComponentView
              • CContactConverter
              • CContactDatabase
                • CContactDatabase::TSortPref
              • CContactDateField
              • CContactEcomConverter
              • CContactEcomPhoneNumberParser
              • CContactFieldStorage
              • CContactFilteredView
              • CContactFindView
              • CContactGroup
              • CContactGroupView
              • CContactICCEntry
              • CContactIdArray
              • CContactItem
              • CContactItemField
                • CContactItemField::THint
              • CContactItemFieldDef
              • CContactItemFieldSet
              • CContactItemPlusGroup
              • CContactItemViewDef
              • CContactLocalView
              • CContactNamedRemoteView
              • CContactOpenOperation
              • CContactOwnCard
              • CContactPhoneNumberParser
              • CContactRemoteView
              • CContactRemoteViewBase
              • CContactStoreField
              • CContactSubView
              • CContactSynchroniser
              • CContactTemplate
              • CContactTextDef
              • CContactTextField
              • CContactViewBase
                • CContactViewBase::CContactViewBaseExtension
                • CContactViewBase::TObserverAndEvent
                • CContactViewBase::TVirtualFunction1Params
                • CContactViewBase::TVirtualFunction2Params
                • CContactViewBase::TVirtualFunction3Params
              • CContactViewDef
              • CContactViewHighRange
              • CContactViewLowRange
              • CContactViewRange
              • CContactViewRangeBase
              • CContentType
              • CIdleFinder
              • CViewContact
              • ContactGuid
              • MContactDbObserver
              • MContactDbPrivObserver
              • MContactSortObserver
              • MContactStorageObserver
              • MContactSynchroniser
              • MContactUiActive
              • MContactUiCompactObserver
              • MContactViewObserver
              • MConverterCallBack
              • MIdleFindObserver
              • RContactRemoteView
              • RContactViewSortOrder
              • RFieldBufferArray
              • SFindInTextDefWordParser
              • TContactDbObserverEvent
              • TContactFieldAtts
              • TContactIdWithMapping
              • TContactIter
              • TContactTextDefItem
              • TContactViewEvent
              • TFieldHeader
              • TPluginParameters
              • cntdb.h
              • cntdef.h
              • cntfield.h
              • cntitem.h
              • cntsync.h
              • cntview.h
        • Content Control Daemons
          • Content Control Daemons Platforn Interfaces
            • DS Data Modification API
              • CNSmlDataModBase
              • CNSmlProperty
              • CNSmlVCalMod
              • CNSmlVCardMod
            • DS Folder Util API
              • CNSmlExtData
              • CNSmlFolderParser
                • CNSmlFolderParser::TNSmlSetFolderValues
              • CNSmlXmlParser
              • TNSmlFolderAttributeData
              • nsmlfolderparser.h
            • OMA DS PreSync Plugin API
              • CPreSyncPlugin
              • CPreSyncPlugin.h
              • MSyncExtObserver
        • Conversation Apps
          • Conversation Apps Platform Interfaces
            • IM CV App UI API
              • CIMCVMenuExtension
              • MIMCVCommandMapper
              • cimcvmenuextension.h
            • IM CV Launcher API
              • IMCVLauncher
            • IM Connection API
              • imconnectionproviderconsts.h
          • UI Service Tab Settings
            • VIMP Service Tab Settings
              • MVIMPSTSettingsStore
        • Device Control Daemons
          • Application Management
            • AM Build
              • InstallOptionsParser
              • NApplicationManagement::TAMInstallOptions
              • aminstalloptions.h
            • AM Install Options
              • InstallOptionsParser
              • NApplicationManagement::TAMInstallOptions
              • aminstalloptions.h
        • Email Apps
          • Email Apps Public Interfaces
            • Email Widget API
              • EmailInterface::CEmailObserverPlugin
              • EmailInterface::MEmailData
              • EmailInterface::MEmailObserverListener
              • EmailInterface::MMailboxData
              • EmailInterface::MMessageData
          • Email Contacts
            • Contact Action Menu
              • CFscContactActionMenu
              • CFscContactActionMenuItem
              • MFsActionMenuPositionGiver
              • MFscContactActionMenuModel
              • TFscContactActionMenuConstructParameters
              • fsccontactactionmenudefines.h
          • Email Services
            • Email Client API
              • MEmailClientPluginManager
            • Email Debug
              • CmailLogger
              • LogFile
            • Email Server Monitor
              • emailshutdownconst.h
            • Email Store
              • CBaseMrAttendee
              • CBaseMrInfoObject
              • CBaseMrInfoProcessor
              • CBaseMrRecurrenceRule
              • CBasePlugin
                • CBasePlugin::TCacheLine
                • CBasePlugin::TOngoingFetchInfo
              • CDelayedOp
              • CFetchRequester
              • CImsPointsecMonitor
              • CMailboxInfo
              • CMsgStore
              • CMsgStoreAccount
              • CMsgStoreAddress
              • CMsgStoreFolder
              • CMsgStoreMailBox
              • CMsgStoreMessage
              • CMsgStoreMessagePart
              • CMsgStorePropertyContainer
              • CMsgStorePropertyContainerWithContent
              • CMsgStoreSortResultIterator
              • CMsgStoreWritablePropertyContainer
              • CResourceLoader
                • CResourceLoader::LanguageSpecificNumberConverter
              • MDelayedOpsManager
              • MImsPointsecObserver
              • MMsgStoreMailBoxObserver
              • MMsgStoreObserver
              • MMsgStoreSearchClient
              • MsgStoreFolderUtils
              • RDebugLog
              • RMap
              • RMsgStoreAddress
              • RMsgStoreSearchCriteria
              • RMsgStoreSortCriteria
              • RSafePointerArray
              • TMsgStoreIdAndFlag
              • TMsgStoreProperty
              • TMsgStoreRootFolders
              • basemrinfoobject.h
              • debuglogconst.h
              • emailstorepskeys.h
              • msgstoreaccount.h
              • msgstorepropertykeys.h
              • msgstoretypes.h
          • Email UIs
            • Email UI Components
              • CFsAlfScrollbarLayout
              • CFsControlButtonVisualiser
              • CFsLayoutManager
                • CFsLayoutManager::TFsText
              • CFsRichText
              • CFsSmileyDictionary
              • CFsTextViewer
              • CFsTextViewerKeys
              • CFsTextViewerWatermark
              • CFsTreeList
              • CMyPicture
              • MFsTreeBatchProcessing
              • MFsTreeVisualizer
              • MUiCScrollBar
                • MUiCScrollBar::MObserver
              • TFsImageSet
              • TFsScrollbarSet
              • TRichTextExapandArea
              • TRichTextHotSpotArea
              • TRichTextPictureArea
              • TSmiley
              • TUiCScrollBarModel
              • fscontrolbar.h
              • fsscrollbarpluginconstants.h
              • fsseparatordata.h
              • fsseparatorvisualizer.h
              • fstreeitemdata.h
              • fstreeitemvisualizer.h
              • fstreelist.h
              • fstreelistconstants.h
              • fstreeplainonelineitemdata.h
              • fstreeplainonelinenodedata.h
              • fstreeplaintwolineitemdata.h
          • Meeting Request
            • MR Agenda Versit2
              • CESMRAgnExternalInterface
              • MESMRAgnExportObserver
              • MESMRAgnImportObserver
            • MR Common
              • CESMRFeatureSettings
              • ESMREntryHelper
              • ESMRHelper
              • MMRActivityManagerObserver
              • TESMRInputParams
              • TESMRScenarioData
              • TMROutputParams
              • mruidomaincrkeys.h
              • mruiprivatecrkeys.h
            • MR Database
              • CESMRCalDbBase
              • CESMRCalDbMgr
              • MESMRCalDbMgr
              • MESMRCalDbObserver
            • MR Entry
              • CESMRFsMailboxUtils
              • CESMRMeetingRequestEntry
              • MESMRCalEntry
              • MESMRMeetingRequestEntry
            • MR Policy
              • CESMRPolicy
              • CESMRPolicyManager
              • MMRPolicyProvider
            • MR Services
              • CESMRAlarmInfoHandler
              • CESMRCalUserUtil
              • CESMRConflictChecker
              • CESMRRecurrenceInfoHandler
              • MESMRCalImportExporter
              • TESMRAlarmInfo
            • MR Tasks
              • CESMRTaskExtenstionImpl
              • CESMRTaskFactory
              • MESMRTask
              • MESMRTaskExtension
              • MESMRTaskFactory
            • MR URL Parser Plugin
              • CESMRUrlParserPlugin
              • MESMRUrlParserPlugin
            • MR Utils
              • CESMRUtils
              • MESMRUtilsTombsExt
            • MR Versit2
              • CESMRICal
              • CESMRICalBase
              • CESMRICalComponent
              • CESMRICalParser
              • CESMRICalProperty
              • CESMRICalPropertyParam
              • CESMRICalRuleSegment
              • CESMRICalValue
              • esmricalkeywords.h
            • MR Viewer
              • CESMRViewerController
              • MMRInfoProvider
        • File Manager Apps
          • File Manager Apps Platform Interfaces
            • Memory Scan Popup UI API
              • CMSPUtil
              • CMemStatePopup
              • cmemstatepopup.h
          • File System UIs
            • Memory Scan Server
              • MMsengUIHandler
              • RMemScanClient
              • memscanclientserver.h
        • Graphics UIs
          • Graphics UIs Platform Interfaces
            • SVG Application Observer Utility API
              • CSVGTAppObserverUtil
            • SVG-T File View Details Dialog API
              • CSVGTDrmHelper
              • CSvgtFileDetails
              • CSvgtFileViewDetailsDialog
              • SVGTDrmHelper.h
            • SVG-T Viewer UI API
              • CSVGTCustControl
              • CSVGTPointerHideTimer
              • CSVGTProgressBarTimer
              • CSVGTThumbnailUtil
              • CSVGTViewerAppDownloads
              • MCustControlPointerEventHandler
              • MSVGTMSKImpl
              • MSVGTPointerInactivityListener
              • MSVGTProgressBarDrawImpl
              • MSVGTProgressBarListener
              • MSvgCustControlListener
              • MSvgtAppObserver
              • MSvgtApplicationExitObserver
              • SVGTCustControl.h
        • Help Apps
          • Symbian Help
            • Help
              • hlpconstants.h
              • hlplch.h
              • hlpmodel.h
        • Home Screen Apps
          • Home Screen Apps Platform Interfaces
            • HS Content Control Ui
              • CHsContentControlUi
              • MHsContentControlUi
            • HS Rendering Plugin API
              • CXnExtRenderingPluginAdapter
              • MXnExtEventHandler
          • Menu Framework
            • Hierarchy Navigator
              • CHnEventHandler
              • CHnExtBmpIconHolder
              • CHnMdBaseKey
              • HnMdKeyFactory
              • MHnControllerInterface
              • MHnEditModeInterface
              • MHnEventGenerator
              • MHnMdModelEventObserver
              • MHnMenuItemModelIterator
              • MHnQueryResultCollectorNotification
              • MHnSuiteObserver
              • THnIdGenerator
              • THnMdCommonPointers
              • hnglobals.h
          • Task Switcher
            • Context Engine
              • CTsFastSwapPreviewProvider
              • CTsFswClient
              • CTsFswEntry
              • CTsPropertyListener
              • MTsCenrepChangeObserver
              • MTsFastSwapPreviewObserver
              • MTsFsHiddenAppListObserver
              • MTsFswEngineObserver
              • MTsFswObserver
              • MTsFswResourceObserver
              • MTsFswTaskListObserver
              • MTsPropertyChangeObserver
              • tsfswengine.h
              • tsfswentry.h
        • IP Telephony
          • IP Telephony Comms Config
            • Connection Service Configurator Engine
              • CCSCEngSettingsCleanupPluginInterface
              • cscengsettingscleanupplugininterface.h
          • IP Telephony Platform Interfaces
            • CCH Client API
              • CCch
              • MCchServiceStatusObserver
              • MCchUi
              • MCchUiObserver
              • RCCHClient
              • TCchServiceStatus
              • TServiceSelection
              • cchclientserver.h
            • CCH Server API
              • CCchService
              • MCchServiceObserver
              • cchservice.h
            • CSC Settings UI API
              • CCSCSettingsUi
            • Rich Call Settings Engine API
              • CRCSEProfileEntry
              • CRCSEProfileRegistry
              • CRCSERegistryBase
              • CRCSESCCPEntry
              • MRCSEBackupObserver
              • TSettingIds
              • crcseprofileentry.h
              • crcsesccpentry.h
              • rcseregistrybase.h
            • VCC API
              • CVccPerformer
              • vccsubscribekeys.h
            • VCC Property Handler API
              • CVccUiPsProperty
              • CVccUiPsPropertyListener
              • MVccPsPropertyListenerObserver
          • Rich Call Settings Engine
            • Rich Call Settings Engine Build
              • CRCSEAudioCodecEntry
              • CRCSEAudioCodecRegistry
              • crcseaudiocodecentry.h
          • VoIP Plugins
            • IP App Utils
              • CSipClientResolverUtils
              • CVoipErrorEntry
              • CVoipEventLog
              • cipappphoneutils.h
            • VoIP Adapters
              • wpprovisioningfileconst.h
        • Image Editor Apps
          • Image Editor Apps Platform Interfaces
            • Image Editor Debug Utilities API
              • TLogFileDes16OverflowHandler
              • imageeditordebugutils.h
            • Image Editor Definitions API
              • ImageEditorError.h
              • commondefs.h
              • editorversion.h
            • Image Editor System Parameters API
              • CSystemParameters
            • Image Editor Utilities API
              • CResolutionUtil
              • ImageEditorUtils
              • MObCallbackMethod
              • bitfield.h
            • Image Processing Engine API
              • CEngineWrapper
              • ImageEditorEngineWrapper.h
        • Instant Messaging Apps
          • Instant Messaging Apps Platform Interfaces
            • WV SAP Settings API
              • CIMPSSAPSettings
              • CIMPSSAPSettingsList
              • CIMPSSAPSettingsListItem
              • CIMPSSAPSettingsStore
              • MIMPSSAPObserver
              • impssapsettings.h
        • Location Apps
          • Location Apps Public Interfaces
            • Landmarks UI Add/Edit API
              • CLmkEditorDlg
                • CLmkEditorDlg::TLmkEditorParams
              • CLmkEditorDlg.h
            • Landmarks UI Selector API
              • CLmkCategorySelectorDlg
              • CLmkLandmarkSelectorDlg
              • TLmkItemIdDbCombiInfo
          • Location Events UI
            • Events Engine
              • CEvtAction
              • CEvtBasicEventInfo
              • CEvtBasicEventInfoInfo
              • CEvtEvent
              • CEvtEventManager
              • CEvtMgmtUiEngine
              • CEvtMgmtUiLbtAdapter
              • CEvtToneAction
              • MEvtMgmtUiEngineObserver
              • MEvtMgmtUiLbtObserver
              • MEvtStorageDbObserver
              • evtdefs.h
              • evtmgmtuiengine.h
              • evtstoragedomaincrkeys.h
            • Events Utils
              • CEvtInfoNoteInputParam
              • MEvtCallObserver
              • MEvtProfileObserver
              • MEvtTonePlayObserver
        • Messaging Apps
          • Email
            • Internet Mail UI MTM
              • CImumInSettingsData
              • CImumInternalApi
              • ImumInSettingsKeys.h
              • ImumInternalApi.h
              • MImumInHealthServices
              • MImumInMailboxServices
              • MImumInMailboxUtilities
              • MsvEmailMtmUiFeatureUtils
              • TImumInSettings
            • POP3 and SMTP MTM
              • CAutoSendProgressTimer
              • CEmailAccounts
              • CImAutoSend
              • CImCaf
              • CImConnect
              • CImConvertCharconv
              • CImConvertHeader
              • CImEmailOperation
              • CImIAPPreferences
              • CImImap4Settings
                • CImImap4Settings::TImImap4SettingsExtension
              • CImMimeHeader
              • CImMobilityPolicyPlugin
              • CImOffLineArrayStore
              • CImOffLineOperation
              • CImOperationQueueList
              • CImPop3Settings
                • CImPop3Settings::TImPop3SettingsExtension
              • CImPruneMessage
              • CImSmtpMobilitySettings
              • CImSmtpSettings
                • CImSmtpSettings::TImSmtpSettingsExtension
              • CImapSyncDownloadRules
                • CImapSyncDownloadRules::TImapSyncDownloadRules
              • CImapTransportBufferSizes
                • CImapTransportBufferSizes::TImapTransportBufferSizes
              • CImcvUtils
              • CImppServerMtm
                • CImppServerMtm::TImPop3Status
                • CImppServerMtm::TPopSavedValuesForMigration
              • MImOffLineOperationArray
              • MImURITranslator
              • MImUndoOffLineOperation
              • SAttachmentInfo
              • TDummyMsvSessionObserver
              • TImAttachmentFile
              • TImCodec
              • TImCodecB64
              • TImCodecB64WithLineBreaks
              • TImCodecNull
              • TImCodecQP
              • TImCodecUU
              • TImFileCodec
              • TImHeaderEncodingInfo
              • TImIAPChoice
              • TImImailFileProgress
              • TImMessageField
              • TImRfc822DateField
              • TImSmtpProgress
              • TImap4CompoundProgress
              • TImap4RenameFolder
              • TImap4SyncProgress
              • TImapAccount
              • TMsvEmailEntry
              • TPopAccount
              • TQueuedOperation
              • TSmtpAccount
              • TSmtpMobilityAccount
              • autosend.h
              • cemailaccounts.h
              • cimapsyncdownloadrules.h
              • cimaptransportbuffersizes.h
              • cimconvertcharconv.h
              • cimconvertheader.h
              • cimmobilitypolicyplugin.inl
              • iapprefs.h
              • imapset.h
              • imcvdata.h
              • imcvrecv.h
              • imcvsend.h
              • imcvtext.h
              • imcvutil.h
              • imsk.h
              • imutdll.h
              • miut_err.h
              • miutatch.h
              • miutdef.h
              • miuthdr.h
              • miutlog.h
              • miutmsg.h
              • miutset.h
              • offop.h
              • pop3set.h
              • pops.h
              • popsmtm.h
              • smtpset.h
              • timrfc822datefield.h
          • MMS Engine
            • MMS Engine Build
              • CMmsAttachmentHandler
              • CMmsAttachmentWaiter
              • CMmsDeleteResultArray
              • CMmsHeaders
              • CMmsNotificationClientMtm
              • CMmsSendingChain
              • TCommandParameters
              • TMMSGarbageCollectionParameters
              • TMmboxInfo
              • TMmsFileText
              • TMmsGenUtils
              • TMmsMsvEntry
              • TWatcherParameters
              • mmscmds.h
              • mmsgenutils.h
              • mmsheaders.h
            • MMS Settings
              • CMmsAccounts
              • MMmsSettingsObserver
              • TMmsAccountId
              • cmmsaccounts.h
          • Messaging App Base
            • OBEX MTMs
              • CBaseContainer
              • CBtClientMtm
                • CBtClientMtm::SBtcCmdSendParams
                • CBtClientMtm::SBtcCmdSendServerParams
                • CBtClientMtm::STimeouts
              • CBtHeader
              • CIrHeader
              • CObexClientMtm
                • CObexClientMtm::STimeouts
              • CObexFileContainer
              • CObexHeaderList
              • CObexMtmHeader
              • CObexSendOpTimeout
              • CObexSendOperation
              • CObexServerSendOperation
              • CObexSrvMtm
              • CObexUtils
              • ObexInternalUtils
              • TObexMtmProgress
              • btcmtm.h
              • btheader.h
              • btmsgtypeuid.h
              • irheader.h
              • irmsgtypeuid.h
              • obexheader.h
              • obexheaderlist.h
          • Messaging Apps Platform APIs
            • Email Domain Utilities API
              • ImumDaSettingsKeys.h
              • MImumDaMailboxUtilities
              • TImumDaSettings
            • MMS Application API
              • CMmsApplicationAdapter
            • MMS Codec Client API
              • CMmsCodecClient
            • MMS Conformance API
              • MmsConformance.h
            • MMS Engine Settings API
              • MmsEngineDomainCRKeys.h
              • mmsversion.h
            • MMS Server Settings API
              • CMmsAccount
              • CMmsRegisteredApplications
              • CMmsSettings
              • mmssettings.h
            • Messaging Center UI Utilities API
              • CMessageIterator
              • CMsgEditorServerWatchingOperation
              • CMsgFolderSelectionDialog
              • CMsgInfoMessageInfoDialog
              • CMsvProgressReporterOperation
              • CMsvRemoteOperationProgress
              • CMsvSingleOpWatcher
              • CMtmStore
              • CMtmStoreMtmReleaser
              • CMuiuMsgEditorServiceSession
              • CMuiuOperationWait
              • CUidNameArray
              • MMessageIteratorObserver
              • MMsvProgressDecoder
              • MMsvProgressReporter
              • MMsvRemoteOperationProgressObserver
              • MMsvSingleOpWatcher
              • MMtmUsageTimerObserver
              • MessagingDomainCRKeys.h
              • MsgEditorLauncher
              • MsgEditorServiceResolver
              • MsvFactorySettings
              • MsvUiEditorUtilities
              • MsvUiServiceUtilities
              • MuiuMsgEditorLauncher.h
              • MuiuMsvRemoteOperationProgress.h
              • MuiuMsvSingleOpWatcher.h
              • Muiumsginfo.hrh
              • TEditorParameters
              • TMsgInfoMessageInfoData
              • TUidNameInfo
              • TUidNameKey
            • Messaging Editor API
              • CMsgAddressControl
              • CMsgAttaListItemArray
              • CMsgAttachmentControl
              • CMsgAttachmentInfo
              • CMsgAttachmentItemDrawer
              • CMsgAttachmentModel
              • CMsgAttachmentsListBox
              • CMsgBaseControl
              • CMsgBodyControl
              • CMsgCheckNames
              • CMsgEditorAppUi
              • CMsgEditorBaseUi
              • CMsgEditorDocument
              • CMsgEditorView
              • CMsgExpandableControl
              • CMsgExpandableControlEditor
              • CMsgExpandableTextEditorControl
              • CMsgFormComponent
              • CMsgRecipientItem
              • CMsgRecipientList
              • CMsgViewAttachmentsDialog
              • MMsgAttachmentModelObserver
              • MMsgBaseControlObserver
              • MMsgEditorLauncher
              • MMsgEditorModelObserver
              • MMsgEditorObserver
              • MsgAttachmentInfo.h
              • MsgAttachmentModel.h
              • MsgAttachmentUtils
              • MsgCheckNames.h
              • MsgEditorCommon.h
              • MsgEditorCommons
              • MsgEditorDocument.h
              • MsgRecipientItem.h
              • MsgViewAttachmentsDialog.h
              • TMsgEditorFlags
              • TParsingInfo
            • Messaging Media Resolver API
              • MMediaInfoObserver
            • New Contact Notes Extended API
              • NcnListSDKPSKeys.h
            • New Contacts Note Secondary Display API
              • NcnSecondaryDisplayAPI.h
            • New Contacts Note Status API
              • NcnListDomainCRKeys.h
            • New Contacts Note Variables API
              • NcnListDomainPSKeys.h
            • New Message Notification API
              • MNcnInternalNotification
            • SIM Dialog Launch API
              • CSimDlgPlugin
              • TSimDlgParams
              • simdlgplugin.h
            • SMIL Engine API
              • CConformanceChecker
              • CLinkedList
                • CLinkedList::Iter
                • CLinkedList::ListNode
              • CSmilAnchor
              • CSmilInstanceTime
              • CSmilMedia
                • CSmilMedia::CNameValuePair
              • CSmilObject
                • CSmilObject::TInterval
              • CSmilParser
                • CSmilParser::Namespace
                • CSmilParser::Switch
              • CSmilPresentation
                • CSmilPresentation::ScheduleItem
              • CSmilTimeContainer
              • CSmilTransition
              • CSmilTransitionFilter
              • ConformanceChecker.h
              • MSmilActive
              • MSmilFocus
              • MSmilMedia
              • MSmilMediaFactory
              • MSmilMediaRenderer
              • MSmilPlayer
              • MSmilRegion
              • MSmilTransitionFactory
              • RSmilTextBuf
              • TSmilCondition
              • TSmilEvent
              • TSmilLength
              • TSmilTime
              • TSmilTimeList
              • smilinstancetime.h
              • smilliterals.h
              • smilobject.h
            • SMIL Player Launch API
              • CSmilPlayerDialog
              • MMediaFactoryFileInfo
            • SMIL Transition API
              • CSmilTransitionFactory
              • TTransitionDefs
            • Unified Editor Video Conversion API
              • CVideoConversionPlugin
              • MVideoConversionCallback
              • VideoConversionApi.h
          • Messaging Apps Public APIs
            • MMS Client MTM API
              • CMmsClientMtm
              • TMmsCharacterSetLookup
              • mmsconst.h
            • Open New Message Notification API
              • MNcnNotification
              • MNcnNotification.h
            • Plug-in Bio Control API
              • CMsgBioControl
              • CRichBio
              • MMsgBioBodyControl
              • MMsgBioControl
              • MMsgBioControlExtension
              • MMsgBioControlObserver
              • MMsgBioControlScrollExtension
              • MsgBioUids.h
              • mmsgbiocontrol.h
          • Mobile Messaging
            • SMS MTM
              • CSmsGetDetDescInterface
              • CSmsHeader
              • CSmsMessageSettings
              • CSmsNumber
              • CSmsServiceCenter
              • CSmsSettings
              • TMsvSmsEntry
              • TSmsProgress
              • TSmsUtilities
              • csmsgetdetdescinterface.inl
              • smcmmain.h
              • smscmds.h
              • smut.h
              • smutset.h
              • smutsimparam.h
              • tmsvsmsentry.h
            • SMS UI MTM and UI Data MTM
              • CSmumMainSettingsDialog
        • Multimedia Sharing UIs
          • Multimedia Sharing UIs Platform Interfaces
            • Multimedia Sharing Manager API
              • CMusManager
              • MMusAvailabilityObserver
              • musdomainpskeys.h
            • Multimedia Sharing Resource API
              • musresourceproperties.h
            • Multimedia Sharing Settings API
              • mussettingskeys.h
        • Music Player Apps
          • Music Player Apps Platform Interfaces
            • MPX Music Player App API
              • mpxconstants.h
              • mpxinternalcrkeys.h
            • MPX Music Player Common UI API
              • CMPXAlbumArtUtil
            • MPX Music Player Media Key Handler API
              • MMPXMediaKeyHandler
              • MMPXMediaKeyHandlerObserver
              • mpxmediakeyhandler.h
            • MPX Music Player Remote Control API
              • mplayersecondarydisplayapi.h
            • MPX Music Store Find API
              • CMPXFindInMShop
              • mpxfindinmusicshop.h
              • mpxfindinmusicshopcommon.h
        • Organizer Application Suite
          • Alarm Engines
            • Missed Alarm Store
              • CMissedAlarm
              • CMissedAlarmStore
              • missedalarmstorecrkeys.h
          • Alarm UI
            • Alarm UI Build
              • alarmsourcecontextdef.h
          • Calendar Engines
            • CalDAV Server
              • CCalenCustomisation
            • Calendar Interim Utils
              • MCalenEComChangeObserver
            • Versit 2 Agenda Interface
              • CAgnExternalInterface
            • Versit 2 iCal Parser
              • CICal
              • CICalBase
              • CICalComponent
              • CICalParser
              • CICalProperty
              • CICalPropertyParam
              • CICalRuleSegment
              • CICalValue
              • ICalKeyWords.h
          • Calendar UI
            • Calendar Common Utils
              • CCalenAttachmentInfo
              • CCalenAttachmentModel
              • CCalenAttachmentUtils
              • CCalenEntryUtil
              • CCalenLocationUtil
              • CalenNoteDataUtil
              • MCalenAttachmentModelObserver
              • calenattachmentinfo.h
            • Calendar Controller
              • CCalenController
            • Calendar Customisation Manager
              • CCalenCustomisationManager
                • CCalenCustomisationManager::CPluginInfo
                • CCalenCustomisationManager::TCalenPluginAvailability
              • CCalenViewInfo
            • Calendar Global Data
              • MCalenContextChangeObserver
              • MCalenDBChangeObserver
            • Calendar Regional Plugins
              • CCalenExtraRowFormatter
              • CCalenLunarInfoProvider
              • CCalenLunarLocalizedInfo
              • CCalenLunarLocalizer
              • TCalenLunarInfo
            • Calendar Settings
              • CCalenSettingsUiContainer
              • calensettingsuicontainer.h
          • Organizer Application Suite Platform Interfaces
            • Agenda Entry UI API
              • CAgnEntryUi
              • MAgnEntryUi
                • MAgnEntryUi::TAgnEntryUiInParams
                • MAgnEntryUi::TAgnEntryUiOutParams
              • MAgnEntryUiCallback
              • RImplInfoPtrArrayOwn
            • Agenda Versit 2 API
              • MAgnExportObserver
              • MAgnImportObserver
            • Alarm Const API
              • almconst.h
            • Alarm UI External Control API
              • alarmuidomainpskeys.h
            • Alarm UI Secondary Display API
              • alarmuiSecondaryDisplay.h
            • Calendar Common Utils API
              • CCalenNaviLabel
              • CCalenStatusPaneUtils
              • CalenActionUiUtils
              • CalenAgendaUtils
              • CalenDateUtils
              • CalenViewUtils
              • MCCalenNaviLabelObserver
              • calenconstants.h
            • Calendar Customization API
              • CCalenView
              • CalenInstanceId.inl
              • MCalenCommandHandler
              • MCalenContext
              • MCalenNotificationHandler
              • MCalenPreview
              • MCalenServices
              • MCalenToolbar
              • TCalenCommand
              • TCalenInstanceId
            • Calendar Importer API
              • CCalenImporter
            • Calendar Launcher API
              • CalenLauncher
              • calenlauncher.h
            • Calendar Settings Keys API
              • CalendarInternalCRKeys.h
            • Clock Settings API
              • clockdomaincrkeys.h
            • Meeting Request Mailbox Utilities API
              • CMRMailBoxInfo
              • CMRMailboxUtils
                • CMRMailboxUtils::TMailboxInfo
              • MMRMailboxUtilsObserver
            • Meeting Request Utillities API
              • CMRUtils
              • MMRUtilsObserver
              • RImplInfoPtrArrayUtils
            • Search Framework Launcher API
              • CSearchBooleanCondition
              • CSearchClientSession
              • CSearchCondition
              • CSearchContent
              • CSearchDocumentId
              • CSearchField
              • CSearchLightResult
              • CSearchPlugin
              • CSearchQuery
              • CSearchResult
              • CSearchSingleCondition
              • CSearchTextSnippet
              • MSearchContentSearcher
              • MSearchPluginObserver
              • MSearchQueryObserver
              • MSearchResultRetrieveObserver
              • MSearchTextSearcherObserver
              • TSearchThreshold
              • searchcommon.h
              • searchcscommon.h
              • searcherrors.h
          • Organizer Application Suite Public Interfaces
            • Calendar Interim Utils 2 API
              • CCalenInterimUtils2
            • Notepad Library API
              • CNotepadApi
          • PIM Application Services
            • Calendar
              • CCalAlarm
              • CCalAttachment
              • CCalAttachmentFile
              • CCalAttendee
              • CCalCalendarInfo
              • CCalCategory
              • CCalChangeNotificationFilter
              • CCalContent
              • CCalDataExchange
              • CCalEntry
              • CCalEntryId
              • CCalEntryView
              • CCalFileChangeInfo
              • CCalFindInstanceSettings
              • CCalGeoValue
              • CCalInstance
              • CCalInstanceIterator
              • CCalInstanceView
                • CCalInstanceView::TCalSearchParams
              • CCalIter
              • CCalSession
              • CCalUser
              • CalCommon
                • CalCommon::TCalPriorityRange
                • CalCommon::TCalTimeRange
              • MCalChangeCallBack
              • MCalChangeCallBack2
              • MCalDataExchangeCallBack
              • MCalFileChangeObserver
              • MCalProgressCallBack
              • TCalChangeEntry
              • TCalInstanceId
              • TCalPubSubData
              • TCalRRule
                • TCalRRule::TDayOfMonth
              • TCalTime
              • calalarm.h
              • calattachment.h
              • calcommon.h
              • caldataexchange.h
              • caldataformat.h
              • calentry.h
              • calnotification.h
          • PIM Application Support
            • Chinese Calendar Converter
              • CChineseCalendarConverter
              • CChineseCalendarConverterEcomPlugin
              • TChineseDate
              • calendarconverterplugin.h
            • vCard and vCal
              • CLineReader
              • CLineReaderExtension
              • CParserGroupedProperty
              • CParserParam
              • CParserProperty
              • CParserPropertyValue
              • CParserPropertyValueAgent
              • CParserPropertyValueAlarm
              • CParserPropertyValueBinary
              • CParserPropertyValueBinaryFile
              • CParserPropertyValueCDesCArray
              • CParserPropertyValueDate
              • CParserPropertyValueDateTime
              • CParserPropertyValueDaylight
              • CParserPropertyValueExtendedAlarm
              • CParserPropertyValueHBufC
              • CParserPropertyValueInt
              • CParserPropertyValueMultiDateTime
              • CParserPropertyValueRecurrence
              • CParserPropertyValueTimeZone
              • CParserTimePropertyValue
              • CParserVCal
              • CParserVCalEntity
              • CParserVCard
              • CParserVCard3
              • CRecurrenceParser
              • CVersitAlarm
              • CVersitDaylight
              • CVersitExtendedAlarm
              • CVersitParser
                • CVersitParser::TParserCodingDetails
              • CVersitRecurrence
              • CVersitRecurrenceDaily
              • CVersitRecurrenceMonthlyByDay
              • CVersitRecurrenceMonthlyByPos
                • CVersitRecurrenceMonthlyByPos::CMonthPosition
              • CVersitRecurrenceWeekly
              • CVersitRecurrenceYearlyByDay
              • CVersitRecurrenceYearlyByMonth
              • CVersitTLSContainer
              • CVersitTlsData
              • CVersitUnicodeUtils
              • CWeekDayArray
              • MVersitObserver
              • MVersitPlugIn
              • MVersitPlugInExtensionBase64Ending
              • TVersitDateTime
              • Versit
                • Versit::TEncodingAndCharset
              • VersitUtils
              • vcal.h
              • vcard.h
              • versit.h
              • vobserv.h
              • vprop.h
              • vtoken.h
              • vuid.h
        • Phone Apps
          • Phone Application
            • Phone UI Utils
              • telinternalsingletonuids.h
            • Phone UI View
              • CPhoneDialerController
                • CPhoneDialerController::TLocalButtonData
              • MPhoneDialerController
                • MPhoneDialerController::CButtonData
          • Phone Apps Platform Interfaces
            • 3D Ringing Tone Enabler API
              • C3DRingingToneInterface
              • c3dringingtoneinterface.h
            • Telephony Bubble Extension API
              • CTelBubbleAnim
              • CTelBubbleCallImage
              • CTelBubbleCustomElement
              • CTelBubbleImage
              • CTelBubbleLabel
            • Telephony Comms Information API
              • telcommsinfopskeys.h
            • Telephony Configuration API
              • telconfigcrkeys.h
            • Telephony Device Mode API
              • CTelDMHandler
            • Telephony Information API
              • TTelTitleDisplay
              • telincallvolcntrlcrkeys.h
              • telinformationpskeys.h
            • Telephony Logging Extension API
              • CTelLoggingExtension
              • telloggingextension.h
            • Telephony Matching Extension API
              • CTelMatchingExtension
              • telmatchingextension.h
            • Telephony Mediator API
              • TelephonyMediator::TTelephonyCallDataParam
              • mediatoraudiocommandstotelephonyapi.h
              • mediatorcommandstotelephonyapi.h
              • mediatoreventsfromtelephonyapi.h
            • Telephony Menu Extension API
              • CTelMenuExtension
                • CTelMenuExtension::TCallInfo
              • MTelTouchPaneExtension
              • telmenuextension.h
            • Telephony Microphone Mute Status API
              • telmicmutestatuspskeys.h
            • Telephony Remote Party Information API
              • telremotepartyinformationpskeys.h
            • Telephony Video Mailbox Settings API
              • telvmbxsettingscrkeys.h
            • Video Telephony Mediator API
              • videoteltophonecommandsapi.h
          • Phone Engine
            • Call Handling
              • CPECallHandling
              • MPECall
              • MPECallHandling
              • MPECallOwner
              • MPEMessageSender
            • Phone Audio Handling
              • CPEAudioData
              • CPEGsmAudioData
              • MPEAudioData
            • Phone Contact Finder
              • CPhCntContactDataSelection
              • CPhCntContactId
              • CPhCntFactory
              • CPhCntSelectedData
              • CPhCntSelection
              • CPhCntSingleItemFetch
                • CPhCntSingleItemFetch::TFetchParams
              • CPhCntThumbnailLoader
              • MPhCntMatch
              • MPhCntSelectionObserver
              • MPhCntStoreLoader
              • MPhCntStoreLoaderObserver
              • cphcntmatcher.h
              • cphcntspeeddialmonitor.h
            • Phone Contact Handling
              • CPEContactHandlingProxy
              • MPEContactHandling
            • Phone Engine Info
              • CPEClientInformation
              • MPEClientInformation
              • MPEDataStore
              • MPEEngineInfo
            • Phone Log Handling
              • CPELogHandlingProxy
              • MPELogHandling
            • Phone Model
              • CallIdCheck
              • MEngineMonitor
              • MPEPhoneModel
              • MPEPhoneModelInternal
              • MPhoneDeviceModeObserver
              • TPEActiveForwardInfo
              • TPEBarredInfo
              • TPEBarringInfo
              • TPEConferenceMemberInfo
              • TPEErrorInfo
              • TPEForwardedInfo
              • TPEForwardingInfo
              • TPELifeTimeData
              • TPEPhoneAudioRouteParameters
              • TPEPhoneIdentityParameters
              • TPESSCommandInfo
              • TPEVoiceMailBoxNumberInfo
              • TPEWaitInfo
              • TPEWaitingInfo
              • pepanic.pan
              • pevirtualengine.h
              • telinternalcrkeys.h
              • telinternalpskeys.h
            • Phone Service Handling
              • MPEServiceHandling
          • Phone UIs
            • Connection Utility
              • CCoUtlInterface
        • Photos
          • Photos Gallery
            • Image Viewer
              • CGlxImageViewerManager
          • Photos Platform Interfaces
            • Controllers Collection API
              • CGlxCollectionInfo
              • TGlxCollectionSelectionPopup
              • glxcollectionselectionpopup.h
            • Gallery Utilities API
              • CGlxThumbnailAttribute
              • glxcollectiongeneraldefs.h
              • glxmediageneraldefs.h
              • glxthumbnailattributeinfo.h
              • glxthumbnailinfo.h
            • Views Metadata Dialog API
              • GlxMetadataViewUtility
        • Printing
          • DirectPrint
            • DirectPrint Client
              • RDirectPrintClient
            • DirectPrint Server
              • TDirectPrintJobGuardData
              • directprintclientserver.h
        • Profiles
          • Profiles Platform Interfaces
            • Profiles Settings View API
              • CProfileToneHandler
        • Radio Apps
          • FM Radio
            • FM Radio Engine
              • fmradiointernalpskeys.h
        • Settings UIs
          • Settings UIs Platform Interfaces
            • Default App Client API
              • CDefaultAppClient
            • Services DB API
              • CServicesDB
        • Speech Recognition UIs
          • Speech Recognition UIs Platform Interfaces
            • ASRS Hardware Device API
              • CASRSHwDevice
            • Adaptation Hardware Device API
              • CASRSAdaptHwDevice
              • MASRAdaptationHwDeviceObserver
            • Grammar Compiler Hardware Device API
              • CASRSGrCompilerHwDevice
              • MASRSGrCompilerHwDeviceObserver
            • NLP Hardware Device
              • CNlpHwDevice
              • MNlpHwDeviceObserver
            • NSS DevASR API
              • CDevASR
              • MDevASRObserver
              • nssdevasrcommon.h
            • NSS DevTTS API
              • CDevTTS
              • MDevTTSObserver
              • nssdevtts.h
            • NSS MMF TTS Custom Commands API
              • CTtsCustomCommandParser
              • MTtsCustomCommandImplementor
              • RTtsCustomCommands
            • NSS SI Speech Recognition Data API
              • CSIClientResult
              • CSIClientResultSet
              • CSICompiledGrammar
              • CSIGrammar
              • CSILexicon
              • CSIModel
              • CSIModelBank
              • CSIParameters
              • CSIPronunciation
              • CSIPronunciationInfo
              • CSIResult
              • CSIResultSet
              • CSIRule
              • CSIRuleVariant
              • CSITtpWordList
              • TSIRuleVariantInfo
              • nsssispeechrecognitiondatacommon.h
            • NSS SRS Custom Commands API
              • CSISpeechRecognitionCustomCommandParser
              • MSISpeechRecognitionCustomCommandImplementor
              • RSISpeechRecognitionCustomCommands
            • NSS SRS Utility API
              • CSISpeechRecognitionUtility
              • MSISpeechRecognitionUtilityBase
              • MSISpeechRecognitionUtilityObserver
            • NSS TTS Common API
              • CTtsParsedText
              • MTtsSegmentStream
              • TTtsSegment
              • TTtsStyle
              • nssttscommon.h
            • NSS TTS Utility API
              • CTtsUtility
              • MTtsClientUtilityObserver
              • MTtsUtilityBase
            • Recognition Hardware Device API
              • CASRSRecognitionHwDevice
              • MASRSRecognitionHwDeviceObserver
            • SRSF CenRep Settings API
              • srsfdomaincrkeys.h
            • Speech Synthesis Client-Server API
              • RSpeechSynthesis
              • TVoice
              • speechsynthesis.h
            • TTP Hardware Device API
              • CASRSTtpHwDevice
              • MASRSTtpHwDeviceObserver
            • TTS HW Device API
              • CTtsHwDevice
              • MTtsHwDeviceObserver
            • UI Voice Recognition API
              • CVoiceRecog
              • SecondaryDisplay::TMatchData
              • SecondaryDisplay::TVerificationData
              • VTimerModel
              • vuisecondarydisplayapi.h
              • vuivoicerecogdefs.h
            • VAS API
              • CNssRecognitionHandlerBuilder
              • CNssSelectNotificationBuilder
              • CNssTrainingParameters
              • CNssVASDBEvent
              • CNssVASDBMgr
              • CVasVPbkHandler
              • MNssAdaptationEventHandler
              • MNssAdaptationItem
              • MNssContext
              • MNssContextMgr
              • MNssDeleteContextClient
              • MNssDeleteTagClient
              • MNssGetContextClient
              • MNssGetTagClient
              • MNssGetTagReferenceClient
              • MNssPlayEventHandler
              • MNssRRD
              • MNssRecognitionHandler
              • MNssRecognizeEventHandler
              • MNssRecognizeInitCompleteHandler
              • MNssRejectTagCompleteHandler
              • MNssResetFactoryModelsClient
              • MNssSaveContextClient
              • MNssSaveTagClient
              • MNssSpeechItem
              • MNssTag
              • MNssTagMgr
              • MNssTagReference
              • MNssTagSelectHandler
              • MNssTagSelectNotification
              • MNssTrainTextEventHandler
              • MNssTrainVoiceEventHandler
              • MNssVASDBEventNotifier
              • MNssVASDatabaseObserver
              • MVasBasePbkHandler
              • MVasContactObserver
              • TNssVasCoreConstant
              • TPhonebookEvent
              • nssvascoreconstant.h
              • nssvasctrainingparameters.h
              • nssvasmgetcontextclient.h
              • nssvasmgettagclient.h
              • nssvasmgettagreferenceclient.h
              • nssvasmrrd.h
            • VAS Contact Handler API
              • CNssContactHandler
            • VAS Voice Command API
              • CVCCommandUi
              • CVCFolderInfo
              • CVCRunnable
              • CVCommand
              • CVCommandArray
              • CVCommandHandler
              • MVCommandHandlerObserver
              • vcommandapi.h
            • VocMan Hardware Device API
              • CASRSVocManHwDevice
            • Voice Command Settings CenRep API
              • vcommanddomaincrkeys.h
            • Voice UI Accessory Button Handling API
              • voiceuidomainpskeys.h
            • Voice UI Plug-in API
              • CVoiceEventObserverPluginBase
              • CVoiceUiPluginBase
              • MVoiceEventExecutor
              • nssvoicestatus.h
        • Video Player Apps
          • Video Player Apps Platform Interfaces
            • Media Player File Details Dialog API
              • CFileDetailsPluginIF
              • CMPDummyController
              • CMPFileDetailsDialog
              • CMPXFileDetailsPlugin
            • Video Collection API
              • CMyVideosIndicator
            • Video Player Startup API
              • TVideoPlayerActivationMessage
              • videoplayeractivationmessage.h
        • Video Telephony Apps
          • VT Apps Platform Interfaces
            • Video Telephony Control Mediator API
              • videotelcontrolmediatorapi.h
            • Video Telephony Media Configuration API
              • videotelephonydomainpskeys.h
          • VT Protocol Plugins
            • Display Sink
              • CVtImage
              • CVtImageRotator
              • MDisplaySink
              • MDisplaySinkObserver
              • MVtImageRotatorObserver
              • TDisplaySinkParams
              • cvtimageconverter.h
            • Video Source
              • capivideosource.h
          • Video Telephony Engines
            • VT Mediator Plugin
              • TVtVideoTelephonyCallInformation
              • vtinternalmediatorapi.h
            • Video Telephony Engine
              • CVtLogger
              • MVtEngCameraPreferences
              • MVtEngRecord2File
              • cvtlogger.h
              • mvtengcamerapreferences.h
              • mvtengrecord2file.h
              • vtengcommands.h
        • Voice Recorder Apps
          • Voice Recorder Apps Platform Interfaces
            • New File Service API
              • CNewFileServiceBase
              • CNewFileServiceClient
              • MNewFileServiceObserver
              • NewFileServiceFactory
              • TNewServiceParamPack
      • Middleware
        • Access Security
          • Access Security Platform Interfaces
            • EAP Type API
              • CEapType
              • CertificateEntry
              • EAPSettings
              • EapSettings.h
              • EapType.h
              • EapType.inl
              • SIapInfo
            • EAP-TLS-PEAP DB API
              • EapTtlsPapNotifierStruct.h
              • TPapUiNotifierInfo
              • TPapUserNamePasswordInfo
            • WAPI DB API
              • CWapiCertificates
              • WapiCertificates.h
            • WAPI Security Settings UI API
              • CWAPISecuritySettings
              • CWAPISecuritySettingsUi
            • WEP Security Settings UI API
              • CWEPSecuritySettings
              • CWEPSecuritySettingsUi
            • WLAN EAP Settings UI API
              • CEAPPluginConfigurationIf
              • EAPPluginConfigurationIf.h
            • WPA Security Settings UI API
              • CWPASecuritySettings
              • CWPASecuritySettingsUi
            • Wi-Fi Protected Setup UI API
              • CWiFiProtUiClient
              • CWifiProtUiInProcess
              • wifiprotuiddefs.h
        • Application Installation
          • Application Installation Platform Interfaces
            • Application Manager 2 Runtime Plugin API
              • CAppMngr2AppInfo
              • CAppMngr2InfoBase
              • CAppMngr2InfoIterator
              • CAppMngr2PackageInfo
              • CAppMngr2RecognizedFile
              • CAppMngr2Runtime
              • MAppMngr2RuntimeObserver
              • TAppMngr2DRMUtils
              • TAppMngr2DriveUtils
              • appmngr2debugutils.h
              • appmngr2runtime.h
            • IA Update API
              • CIAUpdate
              • CIAUpdateParameters
              • CIAUpdateResult
              • MIAUpdateObserver
            • SW Installer CR Keys
              • SWInstallerInternalCRKeys.h
            • SW Installer Common UI API
              • SwiUI::CommonUI::CCUICancelTimer
              • SwiUI::CommonUI::CCUICertificateInfo
              • SwiUI::CommonUI::CCUIDetailsDialog
              • SwiUI::CommonUI::CCUIDialogs
              • SwiUI::CommonUI::CUIUtils
              • SwiUI::CommonUI::MCUICancellable
              • SwiUI::CommonUI::MCUIInfoIterator
              • SwiUI::CommonUI::MCUIWaitDialogCallback
            • SW Installer Launcher API
              • SWInstDefs.h
              • SwiUI::RSWInstLauncher
              • SwiUI::RSWInstSilentLauncher
              • SwiUI::TInstallOptions
              • SwiUI::TInstallReq
              • SwiUI::TInstallReqHeapURL
              • SwiUI::TOpUninstallIndexParam
              • SwiUI::TUninstallOptions
            • SW Installer PS Keys
              • SWInstallerInternalPSKeys.h
            • SW Installer UI Plugin API
              • SWInstUIPluginAPI.h
              • SwiUI::CSWInstUIPluginAPI
            • Task Management API
              • SWInstLogTaskParam.h
              • SwiUI::CTaskManager
              • SwiUI::TLogTaskParam
            • Task Plugin API
              • SWInstTask.h
              • SwiUI::CTask
          • Installation Services
            • Secure Software Install
              • CSwiDaemonPlugin
              • Swi::CAppInfo
              • Swi::CAsyncLauncher
              • Swi::CCertificateInfo
              • Swi::CHashContainer
              • Swi::CInstallPrefs
              • Swi::CLogEntry
              • Swi::CLogFileVersion
              • Swi::CObservationData
              • Swi::CObservationFilter
              • Swi::CObservationHeader
              • Swi::CSisRegistryPackage
              • Swi::CSwiObserverPlugin
              • Swi::CUninstalledPackageEntry
              • Swi::Launcher
              • Swi::MCancelHandler
              • Swi::MCommonDialogs
              • Swi::MInstallerUiHandler
              • Swi::MSisDataProvider
              • Swi::MUiHandler
              • Swi::MUninstallerUiHandler
              • Swi::RBackupSession
              • Swi::RRestoreSession
              • Swi::RSisRegistryEntry
              • Swi::RSisRegistrySession
              • Swi::RSisRegistryWritableEntry
              • Swi::RSisRevocationEntry
              • Swi::RSwiObserverSession
              • Swi::TSisTrustStatus
              • Swi::UninstalledSisPackages
              • pkgremovererrors.h
              • sisinstallerrors.h
              • sisregistrysession.h
              • swiobcommon.h
              • swiobserverclient.h
              • swiobserverplugin.h
              • swispubsubdefs.h
              • swiutils.h
          • Nokia Content Discover
            • NCD Build
              • CCatalogsEngine
              • CNcdKeyValuePair
              • CNcdPurchaseDetails
              • CNcdPurchaseDownloadInfo
              • CNcdPurchaseHistoryFilter
              • CNcdPurchaseInstallInfo
              • CNcdSearchFilter
              • CleanupInternalRelease
              • MCatalogsBase
              • MCatalogsEngine
              • MCatalogsEngineObserver
              • MNcdClientLocalizer
              • MNcdDownloadOperation
              • MNcdDownloadOperationObserver
              • MNcdInstallOperation
              • MNcdInstallOperationObserver
              • MNcdInstalledContent
              • MNcdKeyValuePair
              • MNcdLoadNodeOperation
              • MNcdLoadNodeOperationObserver
              • MNcdNode
              • MNcdNodeChildOfTransparent
              • MNcdNodeContainer
              • MNcdNodeContentInfo
              • MNcdNodeDependency
              • MNcdNodeDownload
              • MNcdNodeInstall
              • MNcdNodeMetadata
              • MNcdNodePurchase
              • MNcdOperation
              • MNcdProvider
              • MNcdProviderObserver
              • MNcdPurchaseDetails
              • MNcdPurchaseDownloadInfo
              • MNcdPurchaseHistory
              • MNcdPurchaseHistoryFilter
              • MNcdPurchaseInstallInfo
              • MNcdPurchaseOperation
              • MNcdPurchaseOperationObserver
              • MNcdPurchaseOption
              • MNcdQuery
              • MNcdQueryItem
              • MNcdQueryNumericItem
              • MNcdQueryPinCodeItem
              • MNcdQuerySelectionItem
              • MNcdQueryTextItem
              • MNcdSearchFilter
              • MNcdServerReportManager
              • MNcdServerReportOperation
              • MNcdServerReportOperationObserver
              • MNcdSubscription
              • MNcdSubscriptionOperation
              • RCatalogsArray
              • RCatalogsBufferWriter
              • RCatalogsDebugHeap
                • RCatalogsDebugHeap::TAllocInfo
              • RCatalogsMessageReader
              • TCatalogsDebug
              • TCatalogsLocalCleanupStackWatcher
              • TCatalogsLocalDebugHeapActivator
              • TCatalogsLocalExitTrace
              • TCatalogsVersion
              • TNcdConnectionMethod
              • TNcdProgress
              • catalogsdebug.h
              • catalogserrors.h
              • ncderrors.h
        • Bluetooth Services
          • BT Services Platform Interfaces
            • Bluetooth DUT Mode API
              • btengdomainpskeys.h
            • Bluetooth Engine Connection Management API
              • CBTEngConnMan
              • MBTEngConnObserver
            • Bluetooth Engine Device Management API
              • CBTEngDevMan
              • MBTEngDevManObserver
            • Bluetooth Engine Discovery API
              • CBTEngDiscovery
              • MBTEngSdpResultReceiver
              • TBTEngSdpAttrValue
                • TBTEngSdpAttrValue::TSdpAttrValue
              • btengdiscovery.h
            • Bluetooth Engine Plugin API
              • CBTEngPlugin
              • MBTEngPluginObserver
            • Bluetooth Engine Settings API
              • CBTEngSettings
              • MBTEngSettingsObserver
            • Bluetooth Local Variation API
              • btengdomaincrkeys.h
            • Bluetooth Notifier internal API
              • TBTGenericInfoNotifierParams
              • TBTGenericQueryNotifierParams
              • TBTPairedDeviceSettingParams
              • btnotif.h
            • Bluetooth Secondary Display Notification API
              • BTnotifSecondaryDisplayAPI.h
          • BT Services Public Interfaces
            • Bluetooth Notifier API
              • btnotifierapi.h
            • Bluetooth Power State API
              • btserversdkcrkeys.h
          • Bluetooth Application Profiles
            • Bluetooth AVRCP
              • CAVCFrame
              • CAVCPassthroughCommand
              • CAVCVendorDependentCommand
              • CAVCVendorDependentResponse
              • CAVCVendorUniquePassthroughCommand
              • CPlayerInfoTarget
              • CRemConAbsoluteVolumeController
              • CRemConBatteryApiTarget
              • CRemConDatabaseAwareMediaBrowseTarget
              • CRemConGroupNavigationApiTarget
              • CRemConMediaBrowseTargetBase
              • CRemConMediaInformationQueuedMessage
              • CRemConMediaInformationTarget
              • CRemConNowPlayingTargetBase
              • CRemConStatusApiController
              • MAbsVolSenderObserver
              • MPlayerApplicationSettingsNotify
              • MPlayerApplicationSettingsObserver
              • MPlayerCapabilitiesObserver
              • MPlayerEventsObserver
              • MRemConAbsoluteVolumeControllerObserver
              • MRemConBatteryTargetObserver
              • MRemConDatabaseAwareMediaLibraryBrowse
              • MRemConDatabaseAwareMediaLibraryBrowseObserver
              • MRemConDatabaseAwareNowPlayingBrowse
              • MRemConDatabaseAwareNowPlayingBrowseObserver
              • MRemConDatabaseAwareNowPlayingTargetObserver
              • MRemConDatabaseUnawareMediaLibraryBrowseObserver
              • MRemConDatabaseUnawareNowPlayingBrowseObserver
              • MRemConDatabaseUnawareNowPlayingTargetObserver
              • MRemConGroupNavigationTargetObserver
              • MRemConMediaInformationTargetObserver
              • MRemConStatusApiControllerObserver
              • MediaBrowsePanic
              • PlayerApplicationSettingsResourceInit
              • RRemConAbsoluteVolume
              • RRemConAbsoluteVolumeRequest
              • RRemConAbsoluteVolumeResponse
              • TMediaAttributeIter
              • TMediaElementAttribute
              • TRemConItem
              • absolutevolumeapi.h
              • absolutevolumeapicontroller.h
              • avcframe.h
              • avrcpspec.h
              • playerinformationtarget.h
              • remconbeareravrcp.h
              • remconmediaattributeid.h
              • remconmediabrowsetypes.h
              • remconmediaerror.h
              • remconstatusapicontroller.h
          • Bluetooth Engine
            • Bluetooth Audio Manager
              • CBTAccPlugin
              • MBTAccObserver
              • TPluginParams
              • TProfileStatus
              • btaccTypes.h
            • Bluetooth Audio Streamer
              • CBTAudioStreamer
              • MBTAudioStreamSenderObserver
            • Bluetooth Engine
              • TBTAudioLinkInfo
              • TBTOutgoingPairProperty
              • btengprivatecrkeys.h
              • btengprivatepskeys.h
        • Camera Services
          • Camera Services Info
            • Camera Services Build
              • CAsynchFSQ
              • CCMRMediaBuffer
              • CCMRMediaRecorder
              • CCaeEngine
              • CCamC3GPDataSink
              • CImagingConfigManager
              • CaeEngine.h
              • CaeEngineExtInterface.h
              • M3GPDataSinkObserver
              • MAsynchFSQObserver
              • MCMRMediaRecorderObserver
              • MCMRMediaSink
              • MCaeExtEngineInfoCallbackInterface
              • MCaeExtProcessImageInterface
              • MCaeExtSettingsInterface
              • MCaeStillBurstObserver
              • MCamAppEngineObserver
              • MExtension
              • MExtensionCallbackInterface
              • TCCMRVideoCodingOptions
              • TCaeOrderedFeatureListItem
              • TCamAppEngineInfo
              • TCamcorderMMFPluginSettings
              • TImageQualitySet
              • TVideoQualitySet
              • imagingconfigmanager.h
          • Camera Services Platform Interfaces
            • 3GP File Composer API
              • CCamC3GPDataSink
              • M3GPDataSinkObserver
            • Asynchronous File Saving Queue API
              • CAsynchFSQ
              • MAsynchFSQObserver
            • CAE Extension API
              • CaeEngineExtInterface.h
              • MCaeExtEngineInfoCallbackInterface
              • MCaeExtProcessImageInterface
              • MCaeExtSettingsInterface
              • MExtension
              • MExtensionCallbackInterface
            • Camera Application Engine API
              • CCaeEngine
              • CaeEngine.h
              • MCaeStillBurstObserver
              • MCamAppEngineObserver
              • TCaeOrderedFeatureListItem
              • TCamAppEngineInfo
            • Imaging Configuration Manager API
              • CImagingConfigManager
              • TCamcorderMMFPluginSettings
              • TImageQualitySet
              • TVideoQualitySet
              • imagingconfigmanager.h
            • Media Recorder API
              • CCMRMediaRecorder
              • MCMRMediaRecorderObserver
              • TCCMRVideoCodingOptions
            • Media Recorder Sink API
              • CCMRMediaBuffer
              • MCMRMediaSink
        • Classic UI
          • Avkon Touch Gesture Framework
            • Avkon Touch Gesture Framework Build
              • AknTouchGestureFw::MAknTouchGestureFwSimulator
              • akntouchgesturefwcrkeys.h
              • akntouchgesturefwsimulation.h
          • Classic UI Platform Interfaces
            • AIW Provider Utility API
              • CAiwMenuPane
                • CAiwMenuPane::SMenuIdMap
            • AIW Service Interface Base API
              • CAiwServiceIfBase
            • AIW Service Interface Menu API
              • CAiwServiceIfMenu
            • AVKON Secondary Display API
              • SAknAlarmPSInfo
              • SAknDialogFeedback
              • SAknGlobalNoteData
              • SAknGlobalNotificationImageInfo
              • SAknIntegerUpdate
              • SAknSmallIndicatorData
              • SAknSoftNotificationData
              • SAknSoftNotificationFeedbackData
            • AVKON Secondary Display Support API
              • MAknDialogMediatorObserver
            • AVKON Settings API
              • AvkonInternalCRKeys.h
            • AVKON Status API
              • avkondomainpskeys.h
            • AVKON Testability API
              • CAknTasClassInfo
              • CAknTasHook
              • CAknTasObjectInfo
              • CTasDataModelInterface
              • MTasAttribute
              • MTasObject
              • MTasObjectContainer
              • TasDataModelInterface.h
            • AVKON UI Server API
              • AknCapServerDefs.h
              • CAknCapServer
              • CAknCapServerSession
              • CEComPluginNotifier
              • EComPluginUtils
              • MAknAlarmServiceStartup
              • RAknUiServer
              • SAknCapServerSetSgcParams
              • TEComPluginInfo
              • ecompluginnotifier.h
            • Alarm API
              • CEikAlarmControl
            • Alternate FS API
              • CAknCapAppServerAlternateFs
            • Application Switching API
              • CAknEikServAppUiSession
              • CEikServAppUiBase
            • Avkon Fonts API
              • AknSystemFont.h
            • Battery Pane API
              • CAknBatteryPane
            • Common File Dialogs Filter Factory API
              • AknFileFilterFactory
            • Common UI Settings API
              • CommonUiInternalCRKeys.h
            • EIKON Server Extension Client API
              • RAknEikAppUiSession
              • TLaunchServer
              • akneiksrvs.h
            • Emergency Call Support API
              • AknEcs.h
              • CAknEcsDetector
              • MAknEcsObserver
            • Extended Buttons API
              • EikSoftkeyImage
            • Extended Editors API
              • AknCompositeInlineTextSource.h
              • CAknEdwinDrawingModifier
              • CAknEdwinFormAccessor
              • MAknFormAccessor
              • MFormCursorModifier
            • Extended Notes API
              • notelaf.h
            • Extended Notifiers API
              • AknNotifierController
              • AknNotifierWrapperDefs.h
              • CAknCommonNotifierWrapper
                • CAknCommonNotifierWrapper::TPendingMsg
              • CAknNotifierAppServer
              • CAknNotifierAppServerAppUi
              • CAknNotifierAppServerApplication
              • CAknNotifierAppServerDocument
              • CAknNotifierController
              • CAknNotifierControllerUtility
              • CAknNotifierMessageObserver
              • CAknNotifierServerAppService
              • CAknNotifierWrapper
              • CAknNotifierWrapperLight
              • CAknSoftNotificationParameters
              • MAknDynamicSoftNoteObserver
              • MAknGlobalNoteController
              • MAknKeyLockController
              • MAknKeyLockObserver
              • MAknNotifierCustomSecurityCheck
              • MAknNotifierWrapper
              • MAknPhoneKeyForwarder
              • MAlarmObserver
              • MNotifLibraryOwningServer
              • MNotifierDialogObserver
              • MSoftNotificationObserver
              • RAknNotifierAppServClient
              • SAknNotifierPackage
              • SAknNotifierSignature
            • Extended Options Menu API
              • MAknCollection
              • MAknMarkingCollection
            • Extended Sounds API
              • CATAudioEventAPI
              • MATEventCompleteObserver
              • eikkeysound.h
            • Extended Status Pane API
              • AknStatuspaneUtils
              • CAknSgcImpl
              • CEikServStatusPane
              • CEikServStatusPaneModel
              • MAknSgcStatusPaneRedrawCoordinator
              • MAknSyncDrawer
              • MEikServStatusPaneShapeChangeObserver
              • TAknSyncControlDrawer
            • Extended Utilities API
              • MAknSettingCacheUpdatePlugin
              • TAknLineBreaker
            • Find Item UI API
              • MFindItemDialogCallBack
            • Generic Parameter API
              • CAiwGenericParamConsumer
            • Global Popup Priority Controller API
              • AknGlobalPopupPriorityController
            • Global Window Priorities API
              • GlobalWindowPriorities.h
            • Item Finder API
              • MItemFinderObserver
            • Japanese Reading API
              • AknJapaneseReading.h
            • Key Event Utilities API
              • AknKeys
            • List Effects API
              • CAknListLoader
              • MAknListBoxTfxInternal
            • Memory Card UI API
              • MAknMemoryCardDialogObserver
            • Number Grouping API
              • NumberGroupingCRKeys.h
              • NumberGroupingStd.h
            • Ode API
              • TEventData
              • TOdeStaticData
              • collision.h
              • collision_space.h
              • common.h
              • config.h
              • contact.h
              • dColliderEntry
              • dContact
              • dContactGeom
              • dGeomClass
              • dJointFeedback
              • dMass
              • dStopwatch
              • dSurfaceParameters
              • error.h
              • lookup_tables.h
              • mass.h
              • memory.h
              • timer.h
            • Personalisation Framework API
              • CPslnFWBaseContainer
              • CPslnFWBaseView
              • MPslnFWMSKObserver
            • Personalisation Plugin API
              • CPslnFWPluginInterface
              • pslnfwplugininterface.h
            • Physics API
              • MAknPhysicsObserver
              • aknphysicscrkeys.h
            • Screensaver Runtime API
              • ScreensaverInternalPSKeys.h
            • Screensaver Settings API
              • ScreensaverInternalCRKeys.h
            • Server Application Services API
              • CAknOpenFileService
            • Signal Pane API
              • CAknSignalPane
            • Special Character Table API
              • CAknCharMap
              • aknCharMap.h
            • Task List API
              • CAknTaskList
            • Themes Settings API
              • pslninternalcrkeys.h
            • Touch Gesture Framework API
              • AknTouchGestureFw::CAknTouchGestureFw
              • AknTouchGestureFw::MAknTouchGestureFwDragEvent
              • AknTouchGestureFw::MAknTouchGestureFwEvent
              • AknTouchGestureFw::MAknTouchGestureFwFlickEvent
              • AknTouchGestureFw::MAknTouchGestureFwObserver
              • AknTouchGestureFw::MAknTouchGestureFwPinchEvent
              • AknTouchGestureFw::MAknTouchGestureFwTapEvent
            • Touch Pane Observer API
              • MAknTouchPaneObserver
            • Transition Effect Parameters API
              • AknTransEffect::TParameter
              • akntranseffect.h
            • Transition Effect Utilities API
              • MAknTransitionUtilsObserver
              • akntransitionutils.h
            • UIKON Status API
              • UikonInternalPSKeys.h
            • ganes_api
              • CHgDoubleGraphicList
              • CHgDoubleGraphicListFlat
              • CHgDoubleTextList
              • CHgGrid
              • CHgItem
              • CHgList
              • CHgScroller
              • CHgScrollerWithTitle
              • CHgSingleGraphicList
              • CHgSingleLargeList
              • CHgSingleTextList
              • CHgSingleTextListWithIcon
              • CHgVgItem
              • CHgVgMediaWall
              • MHgBufferOwner
              • MHgMarkingObserver
              • MHgScrollBufferObserver
              • MHgScrollbarObserver
              • MHgSelectionObserver
              • MHgVgMediaWallObserver
          • Classic UI Public Interfaces
            • AIW Criteria API
              • AiwCommon.h
              • CAiwCriteriaItem
              • MAiwNotifyCallback
            • AIW Generic Parameter API
              • AiwGenericParam.h
              • CAiwGenericParamList
              • TAiwGenericParam
              • TAiwVariant
                • TAiwVariant::SInt64
                • TAiwVariant::UData
            • Animation API
              • RAknBitmapAnim
            • Application Framework API
              • CAknAppUi
              • CAknAppUiBase
              • CAknApplication
              • CAknDocument
              • CAknView
                • CAknView::SAknViewInfo
              • CAknViewAppUi
              • MAknAliasKeyCodeResolver
            • Base Controls API
              • CAknControl
              • CEikAlignedControl
              • CEikBorderedControl
            • Buttons API
              • CEikBitmapButton
              • CEikButtonBase
              • CEikButtonGroupStack
              • CEikCbaButton
                • CEikCbaButton::SButtonOptions
              • CEikCommandButton
              • CEikCommandButtonBase
              • CEikEnhancedCbaButton
              • CEikInverterCommandButton
              • CEikLabeledButton
              • CEikMenuButton
              • CEikTextButton
              • CEikTwoPictureCommandButton
              • EikButtonGroupFactory
                • EikButtonGroupFactory::TCreationData
              • TEikButtonCoordinator
              • eikbgfty.h
              • eikcba.h
            • Calendar API
              • MEikCalendarObserver
            • Common File Dialogs API
              • AknCommonDialogs
              • CAknCommonDialogsBase
              • CAknCommonDialogsBase.h
              • CAknMemorySelectionSettingItem
              • CAknMemorySelectionSettingItemMultiDrive
              • MAknFileFilter
              • MAknFileSelectionObserver
              • MAknMemorySelectionObserver
            • Context Pane API
              • CAknContextPane
            • Dialog Shutter API
              • AknDialogShutter
            • Dialogs API
              • CEikDialog
              • eikdialg.h
            • Document handler API
              • DocumentHandler.h
            • Editors API
              • CAknCcpuSupport
              • CAknEdwinState
                • CAknEdwinState::SEditorCbaState
              • CAknIntegerEdwin
              • CAknIpFieldEditor
              • CAknLocationEditor
              • CAknNumericEdwin
              • CAknNumericSecretEditor
              • CEikDateEditor
              • CEikDurationEditor
              • CEikEdwin
              • CEikFixedPointEditor
              • CEikFloatingPointEditor
              • CEikGlobalTextEditor
              • CEikMfne
              • CEikMfneField
              • CEikNumberEditor
              • CEikRangeEditor
              • CEikRichTextEditor
              • CEikSecretEditor
              • CEikTTimeEditor
              • CEikTimeAndDateEditor
              • CEikTimeEditor
              • CEikTimeOffsetEditor
              • MAknEdStateObserver
              • MAknMfneCommandObserver
              • MEikCcpuEditor
              • MEikEdwinObserver
              • MEikEdwinSizeObserver
              • MEikRichTextEditorParserObserver
              • SAknRgb
              • SEdwinFindModel
              • SEikDegreesMinutesDirection
              • SEikRange
              • TAknEditorCaseState
            • Error UI API
              • CErrorUI
            • Fonts API
              • TAknTextDecorationMetrics
            • Form API
              • CAknForm
            • Generic Button API
              • CAknButton
              • CAknButtonState
            • Grids API
              • CAknGrid
              • CAknGridM
              • CAknGridView
                • CAknGridView::SGrid
            • Help Launcher API
              • hlplch.h
            • Hotkeys API
              • CEikHotKeyTable
              • SEikHotKey
            • Images API
              • CEikImage
            • Indicators API
              • CAknIndicatorContainer
            • Info Popup Note API
              • CAknInfoPopupNoteController
              • MAknInfoPopupNoteObserver
            • Information Preview Popup API
              • MAknPreviewPopUpObserver
            • Initialization API
              • CEikAppUiFactory
                • CEikAppUiFactory::SEikAppInfo
                • CEikAppUiFactory::SRssSignature
              • CEikCoCtlLibrary
              • CEikCtlLibrary
            • Intermediate State API
              • MAknIntermediateState
            • Keylock API
              • RAknKeyLock
              • RAknKeylock2
            • Labels API
              • CEikFileNameLabel
              • CEikLabel
            • Lists API
              • AknListBoxLayouts
              • AknListBoxLinesTemplate
              • AknListBoxUtils
              • AknPopupListEmpty
              • CAknCaleMonthStyleGrid
              • CAknColumnListBox
              • CAknColumnListBoxView
              • CAknDouble2GraphicLargeGraphicStyleListBox
              • CAknDouble2GraphicStyleListBox
              • CAknDouble2LargeStyleListBox
              • CAknDouble2PopupMenuStyleListBox
              • CAknDoubleGraphicPopupMenuStyleListBox
              • CAknDoubleGraphicStyleListBox
              • CAknDoubleLargeGraphicPopupMenuStyleListBox
              • CAknDoubleLargeStyleListBox
              • CAknDoubleNumberStyleListBox
              • CAknDoublePopupMenuStyleListBox
              • CAknDoubleStyle2ListBox
              • CAknDoubleStyleListBox
              • CAknDoubleTimeStyleListBox
              • CAknFormDoubleGraphicStyleListBox
              • CAknFormDoubleStyleListBox
              • CAknFormGraphicStyleListBox
              • CAknFormGraphicWideStyleListBox
              • CAknListBoxSettingPage
              • CAknPinbStyleGrid
              • CAknQdialStyleGrid
              • CAknSetStyleListBox
              • CAknSetStyleListBoxView
              • CAknSettingNumberStyleListBox
              • CAknSettingStyleListBox
              • CAknSingle2GraphicPopupMenuStyleListBox
              • CAknSingleGraphicBtPopupMenuStyleListBox
              • CAknSingleGraphicHeadingPopupMenuStyleListBox
              • CAknSingleGraphicHeadingStyleListBox
              • CAknSingleGraphicPopupMenuStyleListBox
              • CAknSingleGraphicStyleListBox
              • CAknSingleHeadingPopupMenuStyleListBox
              • CAknSingleHeadingStyleListBox
              • CAknSingleLargeStyleListBox
              • CAknSingleNumberHeadingStyleListBox
              • CAknSingleNumberStyleListBox
              • CAknSinglePopupMenuStyleListBox
              • CAknSinglePopupSubmenuStyleListBox
              • CAknSingleStyleListBox
              • CColumnListBoxData
                • CColumnListBoxData::SColumn
                • CColumnListBoxData::TColors
              • CColumnListBoxItemDrawer
                • CColumnListBoxItemDrawer::SListProperties
              • CColumnListBoxView
              • CDoubleLargeStyleItemDrawer
              • CEikColumnListBox
              • CEikColumnListBoxEditor
              • CEikFormattedCellListBox
              • CEikListBox
              • CEikListBoxTextEditor
              • CEikSettingsListBox
              • CEikSnakingListBox
              • CEikSnakingTextListBox
              • CEikTextListBox
              • CFormGraphicListBoxData
              • CFormattedCellGridData
              • CFormattedCellListBoxData
                • CFormattedCellListBoxData::SSubCell
                • CFormattedCellListBoxData::TColors
              • CFormattedCellListBoxItemDrawer
                • CFormattedCellListBoxItemDrawer::SListProperties
              • CFormattedCellListBoxView
              • CListBoxData
              • CListBoxView
              • CListItemDrawer
              • CPopupFormattedListBoxData
              • CSettingItemEditingListBoxData
              • CSettingsListBoxItemDrawer
              • CSettingsListBoxView
              • CSingleHeadingStyleItemDrawer
              • CSingleHeadingStyleView
              • CSnakingListBoxView
              • CTextListBoxModel
              • CTextListItemDrawer
              • CWordWrappedFormattedCellItemDrawer
              • MAknMarkingModeObserver
              • MColumnListBoxAnimBackgroundDrawer
              • MEikListBoxEditor
              • MEikListBoxObserver
              • MListBoxAnimBackgroundDrawer
              • MListBoxEditorObserver
              • MListBoxItemChangeObserver
              • MListBoxModel
              • MListBoxSelectionObserver
              • MListVisibilityObserver
              • MTextListBoxModel
              • TListFontBoundValues
              • TListItemProperties
              • aknlists.h
            • Misc Controls API
              • CEikCapCArray
              • CEikCaptionedControl
              • CEikConsoleControl
              • CEikConsoleScreen
              • CEikControlGroup
              • CEikMover
              • CEikToolBar
              • MEikDialogPageObserver
              • MPointerEventObserver
              • TEikGroupControl
            • Navigation Pane API
              • CAknNaviLabel
              • CAknNavigationControlContainer
              • CAknNavigationDecorator
              • MAknNaviDecoratorObserver
              • MAknNavigationContainerInterface
              • MAknNavigationDecoratorInterface
              • MAknNavigationObserver
            • Notes API
              • CAknConfirmationNote
              • CAknErrorNote
              • CAknInformationNote
              • CAknNoteControl
                • CAknNoteControl::TIndex
              • CAknNoteDialog
              • CAknNoteWrapper
              • CAknProgressDialog
              • CAknResourceNoteDialog
              • CAknStaticNoteDialog
              • CAknStaticNoteStackIndicator
              • CAknWaitDialog
              • CAknWarningNote
              • CEikInfoDialog
              • CEikProgressInfo
                • CEikProgressInfo::SInfo
                • CEikProgressInfo::SLayout
              • MAknBackgroundProcess
              • MProgressDialogCallback
              • TAknNoteResData
              • TTimerModel
            • Notifiers API
              • AknGlobalListQuery.h
              • AknNotifyStd.h
              • CAknGlobalNote
              • CAknNotifyBase
              • MAknUINotifierBase
              • RNotifier2
              • SAknBatteryNotifyParams
              • SAknGlobalListQueryParams
              • SAknGlobalMsgQueryParams
              • SAknGlobalNoteParams
              • SAknGlobalNoteReturnParams
              • SAknGlobalProgressDialogParams
              • SAknIncallBubbleParams
              • SAknKeyLockNotifierParams
              • SAknMemoryCardUIParams
              • SAknSignalNotifyParams
              • SAknSmallIndicatorParams
              • SAknSoftNoteNotifierParams
              • SAknSoftNotificationParams
            • Options Menu API
              • CEikMenuBar
                • CEikMenuBar::CTitleArray
                • CEikMenuBar::SCursor
                • CEikMenuBar::SPosition
              • CEikMenuBarTitle
                • CEikMenuBarTitle::SData
              • CEikMenuPane
                • CEikMenuPane::CItemArray
              • CEikMenuPaneItem
                • CEikMenuPaneItem::SData
              • CEikMenuPaneTitle
              • CExtendedItemData
              • eikmenup.h
            • Popups API
              • AknPopupLayouts
              • CAknPopupField
                • CAknPopupField::CAknPopupFieldBitmapButton
              • CAknPopupFieldText
              • CAknPopupHeadingPane
              • CAknPopupList
              • MAknFadedComponent
              • MAknPopupFieldObserver
              • TAknPopupFader
              • TAknPopupLayoutsNode
              • TAknPopupWindowLayoutDef
              • aknpopuplayout.h
            • Private UI Framework API
              • CEikAlert
              • CEikButtonPanel
              • CEikDebugKeys
              • CEikDebugWin
              • TAvkonEditorCustomWrap
              • TEikHeapFailModel
            • Queries API
              • CAknDialog
              • CAknDurationQueryDialog
              • CAknExtMultilineQueryControl
                • CAknExtMultilineQueryControl::TIndex
              • CAknExtQueryControl
                • CAknExtQueryControl::TIndex
              • CAknFloatingPointQueryDialog
              • CAknListQueryControl
              • CAknListQueryDialog
              • CAknMessageQueryDialog
              • CAknMultiLineDataQueryDialog
              • CAknMultilineQueryControl
                • CAknMultilineQueryControl::TIndex
              • CAknNumberQueryDialog
              • CAknQueryControl
                • CAknQueryControl::TIndex
              • CAknQueryDialog
              • CAknQueryValue
              • CAknTextQueryDialog
              • CAknTimeQueryDialog
              • MAknQueryControlObserver
              • MAknQueryData
              • MAknQueryValue
              • TAknQueryData
              • TAknQueryData< TDes >
              • TAknQueryData< TInetAddr >
              • TAknQueryData< TInt >
              • TAknQueryData< TPosition >
              • TAknQueryData< TReal >
              • TAknQueryData< TTime >
              • TAknQueryData< TTimeIntervalSeconds >
            • Screen Clearer API
              • CAknLocalScreenClearer
              • CAknScreenClearerBase
              • CEikSpacer
            • Screen Mode API
              • TAknScreenMode
              • TAknScreenModes
            • Screen Saver API
              • CScreensaverPluginInterfaceDefinition
              • MScreensaverPlugin
              • MScreensaverPluginHost
              • TIndicatorPayload
              • TScreensaverColorModel
              • TScreensaverDisplayInfo
              • TScreensaverPartialMode
              • screensaverplugin.h
            • Scroller API
              • CAknDoubleSpanScrollBar
              • CEikArrowHeadScrollBar
              • CEikArrowHeadScrollButton
              • CEikCbaScrollBarFrame
              • CEikScrollBar
                • CEikScrollBar::SEikScrollBarButtons
              • CEikScrollBarFrame
                • CEikScrollBarFrame::SBarData
              • CEikScrollButton
              • MEikScrollBarObserver
              • TAknDoubleSpanScrollBarModel
              • TEikScrollBarFrameLayout
              • TEikScrollBarModel
              • eikscrlb.h
            • Server Application API
              • MAknServerAppExitObserver
            • Setting Pages API
              • CAknBigSettingItemBase
              • CAknBinaryPopupSettingItem
              • CAknEnumeratedItem
              • CAknEnumeratedItemBase
              • CAknEnumeratedTextPopupSettingItem
              • CAknEnumeratedTextSettingItem
              • CAknIntegerEdwinSettingItem
              • CAknIntegerSettingItem
              • CAknIpFieldSettingItem
              • CAknPasswordSettingItem
              • CAknSettingItem
              • CAknSettingItemArray
              • CAknSettingItemList
              • CAknSettingPage
              • CAknSliderSettingItem
              • CAknTextSettingItem
              • CAknTimeOffsetSettingItem
              • CAknTimeOrDateSettingItem
              • CAknVolumeSettingItem
              • MAknSettingPageObserver
              • TAknDesCArrayDecorator
              • aknsettingitemlist.h
              • aknsettingpage.h
            • Status Pane API
              • CEikStatusPaneBase
                • CEikStatusPaneBase::TPaneCapabilities
                • CEikStatusPaneBase::TSetRectAndVisibility
              • CEikStatusPaneModelBase
              • MEikStatusPaneLayoutTreeVisitor
              • MEikStatusPaneObserver
              • TEikStatusPaneInit
              • eikspane.h
              • eikspmod.h
            • Tabs API
              • CAknTabGroup
              • MAknTabObserver
            • Title Pane API
              • CAknTitlePane
            • Toolbar API
              • CAknToolbar
              • MAknToolbarObserver
              • akntoolbar.h
            • Touch UI Utilities API
              • MAknLongTapDetectorCallBack
            • UI Framework Definitions API
              • AknBorderId
              • AknDef.h
              • SLafIconLayout
              • SLafTextCharasteristics
              • SNaviWipePart
              • aknconsts.h
              • lafpublc.h
            • UI Framework Utilities API
              • AknBidiTextUtils
              • AknBidiTextUtils.h
              • AknDraw
              • AknDrawWithSkins
              • AknEditUtils
                • AknEditUtils::SAknEditorParameters
              • AknFind
              • AknLAFUtils
              • AknLayoutUtils
                • AknLayoutUtils::SAknLayoutRect
                • AknLayoutUtils::SAknLayoutText
                • AknLayoutUtils::SAknLayoutTextMultiline
              • AknListUtils
              • AknPopupUtils
              • AknSelectionService
              • AknTextUtils
              • AknUtils.h
              • CAknEnv
                • CAknEnv::TWsBufferRequest
              • CAknFilteredTextListBoxModel
              • CAknGenericReader
              • CAknIconArray
              • CAknListBoxFilterItems
              • CListBoxNumbers
              • NoOptimizationView
              • SAknLayoutPos
              • TAknLayoutRect
              • TAknLayoutText
              • aknenv.h
            • Uikon Core Controls
              • MEikButtonGroup
              • MEikEnhancedButtonGroup
            • Volume Control API
              • CAknVolumeControl
            • Window Server Event Observer API
              • CAknWsEventMonitor
              • MAknWsEventObserver
          • Common UI Support
            • UI Look and Feel
              • CLafEdwinCustomDrawBase
              • CLafEdwinCustomWrapBase
              • CLafShutdownManagerBase
              • LafAppUi
              • LafBusyMsgWin
              • LafEnv
              • LafInfoMsgWin
              • LafMsgWin
                • LafMsgWin::TDisplayParameters
              • LafNotifierCapabilities
              • LafServAppUiBase
              • LafShutdown
              • LafStatusPaneContainer
              • LafVirtualCursor
              • MLafClientRectResolver
              • MLafEnv
            • Uikon
              • CEikAppServer
              • CEikAppUi
              • CEikApplication
              • CEikBubbleHelp
              • CEikBusyMsgWin
              • CEikDocument
              • CEikEmbeddableAppList
              • CEikInfoMsgWin
              • CEikLibrary
              • CEikLibrary2
              • CEikMsgWin
              • CEikServAppUiSession
              • CEikUndertaker
              • CEikonEnv
              • EikBubbleHelp
              • EikControlFactory
              • EikStart
              • MEikAlertWin
              • MEikAppUiFactory
              • MEikAutoMenuObserver
              • MEikBusyMsgWin
              • MEikCDlgDialogFactory
              • MEikCommandObserver
              • MEikDebugKeys
              • MEikFileDialogFactory
              • MEikInfoDialog
              • MEikInfoMsgWin
              • MEikIrFactory
              • MEikMenuObserver
              • MEikNotifyAlertCompletionObserver
              • MEikPictureFactory
              • MEikPrintDialogFactory
              • MEikServAlarm
              • MEikServAlarmFactory
              • MEikServAppUiSessionFactory
              • MEikServAppUiSessionHandler
              • MEikServNotifyAlert
              • MEikSrvNotifierBase2
                • MEikSrvNotifierBase2::TNotifierInfo
              • MEikSrvNotifierManager
              • MEikTriggeredHelp
              • MEikUndertakerObserver
              • REikAppServiceBase
              • REikAppUiSession
              • SEikControlInfo
              • TEikVirtualCursor
              • TErrorFlagAndId
              • eikalsrv.h
              • eikalsup.h
              • eikdef.h
              • eikdefconst.h
              • eikenv.h
              • eikenvinterface.h
              • eikfctry.h
              • eikmischelp.h
              • eikmsg.h
              • eiknfysv.h
              • eiknotapi.h
              • eikscchange.h
              • eiksrv.h
              • eiksrvc.h
              • eiksvdef.h
              • eiksvfty.h
          • Look-and-Feel Agnostic UI Foundation
            • Animation
              • CAnimation
              • MICLAnimationDataLoaderObserver
              • TAnimationConfig
              • animationdataprovider.h
            • BMP Animation
              • CBitmapAnim
              • CBitmapAnimClientData
              • CBitmapAnimDll
              • CBitmapAnimFlashTimer
              • CBitmapAnimFrameData
              • CBitmapAnimTimer
              • CBitmapFrameData
              • MBitmapAnimFlashTimerObserver
              • MBitmapAnimTimerObserver
              • RBitmapAnim
              • SBitmapAnimIndexFrame
              • SBitmapAnimNewPosition
              • SBitmapAnimNumberOfCycles
              • TBmpAnimAttributes
              • TFrameData
            • Clock
              • RAnalogClock
              • RAnimWithUtils
              • RClock
              • RDigitalClock
              • RMessageWindow
              • RTimeDevice
              • SAnalogDisplayAmPm
              • STimeDeviceShadow
              • TAnalogDisplayHand
              • TDigitalDisplayTextSection
              • TDisplayAddition
              • displayaddition.h
            • Control Environment
              • CCoeAppUi
              • CCoeBrushAndPenContext
              • CCoeControl
              • CCoeControlArray
                • CCoeControlArray::TCursor
              • CCoeControlStaticSettings
              • CCoeDataStorage
              • CCoeEnv
              • CCoeFepParameters
              • CCoeFepPlugIn
              • CCoeFontProvider
                • CCoeFontProvider::TFont
              • CCoePlainTextDrawer
              • CCoeScheduler
              • CCoeScreenDeviceChangeDefaultHandler
              • CCoeStatic
              • CCoeTextDrawerBase
              • CoeSoundPlayer
              • ConeUtils
              • MCoeControlBackground
              • MCoeControlBrushContext
              • MCoeControlContext
              • MCoeControlHitTest
              • MCoeControlObserver
              • MCoeControlStateObserver
              • MCoeFocusObserver
              • MCoeForegroundObserver
              • MCoeLayoutManager
              • MCoeMessageMonitorObserver
              • MCoeMessageObserver
              • MCoeObserverOfLoadedFep
              • MCoeResourceChangeObserver
              • MCoeView
              • MCoeViewActivationObserver
              • MCoeViewDeactivationObserver
              • MCoeViewObserver
              • MObjectProvider
              • RCoeResourceLoader
              • TCoeColorUse
              • TCoeControlWithId
              • TCoeFont
              • TCoeHelpContext
              • TCoeInputCapabilities
              • TCoeTextTypeAdaptor
              • TTypeUid
                • TTypeUid::Ptr
              • XCoeTextDrawer
              • coeaui.h
              • coecontrolarray.h
              • coedef.h
              • coedefkeys.h
              • coeerrorconsts.h
              • coehelp.h
              • coemain.h
              • fepplugin.h
            • Graphics Effects
              • MGfxTransClient
            • UI Graphics Utilities
              • CCleanupStackableFont
              • CColorArray
                • CColorArray::TColor
              • CColorList
                • CColorList::TAppColorList
              • CGulIcon
              • CSpriteSet
              • CTulAddressStringTokenizer
                • CTulAddressStringTokenizer::SFoundItem
              • CTulStringResourceReader
              • CWindowToBitmapMappingGc
              • ColorUtils
              • DrawUtils
              • FontUtils
              • GulTls
              • MGulLogicalBorder
              • ResourceUtils
              • TFindWidthOfWidestAbbreviatedDayName
              • TFindWidthOfWidestAbbreviatedMonthName
              • TFindWidthOfWidestAmPmName
              • TFindWidthOfWidestDateSuffix
              • TFindWidthOfWidestDayName
              • TFindWidthOfWidestDigit
              • TFindWidthOfWidestDigitType
              • TFindWidthOfWidestMonthName
              • TFindWidthOfWidestTextItem
              • TGulAlignment
              • TGulBorder
                • TGulBorder::TColors
              • TLogicalFont
              • TMargins8
              • TextUtils
              • TulTextResourceUtils
              • gulutil.h
          • UI Framework
            • Eikon Standard
              • AknCbaContentObserver
              • CEikKeyWindow
        • DLNA Services
          • DLNA Services Platform Interfaces
            • UPnP A/V Objects API
              • CUpnpAttribute
              • CUpnpBrowseCriteria
              • CUpnpContainer
              • CUpnpContainerList
              • CUpnpDlnaProtocolInfo
              • CUpnpElement
              • CUpnpFileTransferEvent
              • CUpnpItem
              • CUpnpItemList
              • CUpnpMediaServerEvent
              • CUpnpObject
              • CUpnpObjectList
              • CUpnpProtocolInfo
              • upnpattribute.h
              • upnpdlnaprotocolinfocons.h
              • upnpelement.h
              • upnpobject.h
            • UPnP AVCP API
              • CUpnpAVControlPoint
              • MUpnpAVControlPointObserver
            • UPnP Command API
              • CUpnpBrowseCommand
              • CUpnpCopyCommand
              • CUpnpMoveCommand
              • CUpnpRunSetupCommand
              • CUpnpShowCommand
              • MUpnpCommandObserver
              • upnpcommandobserver.h
            • UPnP Media Server API
              • CUpnpMediaServerNotifier
              • MUpnpMediaServerObserver
              • MUpnpMediaServerStatusObserver
              • RUpnpMediaServerClient
            • UPnP Media Server Metadata API
              • CUpnpFileSharing
            • UPnP Media Server Settings API
              • CUpnpMediaServerSettings
              • MUpnpSettingObserver
              • upnpmediaserversettings.h
            • UPnP Security Plugin API
              • CUpnpSecurityManager
              • upnpsecuritymanager.h
          • UPnP A/V Controller
            • UPnP A/V Ccontroller Client
              • CUpnpAVBrowseRequest
              • CUpnpAVDevice
              • CUpnpAVDeviceList
              • CUpnpAVRequest
              • MUPnPAVBrowsingSession
              • MUPnPAVBrowsingSessionObserver
              • MUPnPAVController
              • MUPnPAVDeviceObserver
              • MUPnPAVRenderingSession
              • MUPnPAVRenderingSessionObserver
              • MUPnPAVSessionBase
              • MUPnPAVSessionObserverBase
              • MUPnPFileDownloadSession
              • MUPnPFileTransferSession
              • MUPnPFileTransferSessionObserver
              • MUPnPFileUploadSession
              • TUnsolicitedEventC
              • TUpnpAVBrowseRespParams
              • UPnPAVControllerFactory
              • upnpavcontrollerglobals.h
            • UPnP A/V Controller Build
              • CUPnPDownloadItemResolver
              • CUPnPXMLEventParser
              • CUPnPXMLParser
              • CUPnPXMLParserLite
              • CUpnpAVBrowseRequest
              • CUpnpAVDevice
              • CUpnpAVDeviceList
              • CUpnpAVRequest
              • MUPnPAVBrowsingSession
              • MUPnPAVBrowsingSessionObserver
              • MUPnPAVController
              • MUPnPAVDeviceObserver
              • MUPnPAVRenderingSession
              • MUPnPAVRenderingSessionObserver
              • MUPnPAVSessionBase
              • MUPnPAVSessionObserverBase
              • MUPnPFileDownloadSession
              • MUPnPFileTransferSession
              • MUPnPFileTransferSessionObserver
              • MUPnPFileUploadSession
              • MUPnPItemResolver
              • MUPnPItemResolverObserver
              • MUPnPResourceSelector
              • TUPnPSelectDefaultResource
              • TUPnPSelectFirstResource
              • TUnsolicitedEventC
              • TUpnpAVBrowseRespParams
              • UPnPAVControllerFactory
              • UPnPDlnaUtility
              • UPnPFileUtility
              • UPnPInternalFileUtility
              • UPnPItemResolverFactory
              • UPnPItemUtility
              • upnpavcontrollerglobals.h
              • upnpconstantdefs.h
            • UPnP A/V Controller Helper
              • CUPnPDownloadItemResolver
              • MUPnPItemResolver
              • MUPnPItemResolverObserver
              • MUPnPResourceSelector
              • TUPnPSelectDefaultResource
              • TUPnPSelectFirstResource
              • UPnPDlnaUtility
              • UPnPFileUtility
              • UPnPInternalFileUtility
              • UPnPItemResolverFactory
              • UPnPItemUtility
              • upnpconstantdefs.h
            • UPnP XML Parser
              • CUPnPXMLEventParser
              • CUPnPXMLParser
              • CUPnPXMLParserLite
          • UPnP Framework
            • UPnP Framework Build
              • CUPnPAlbumServices
              • CUPnPBrowsePlaylistFiller
              • CUPnPBrowseTimer
              • CUPnPConnectionMonitor
              • CUPnPLiteFiller
              • CUPnPLiteSelectionFiller
              • CUPnPMetaDataUtility
              • CUPnPMusicAdapter
              • CUPnPPeriodic
              • CUPnPPlayListFiller
              • CUPnPPlaylistServices
              • MUPnPBrowseTimerObserver
              • MUPnPConnectionMonitorObserver
              • MUPnPPlaylistFiller
              • UPnPCommonUtils
              • UPnPMetadataFetcher
              • UpnpCdsResElementUtility
              • upnpalbumservices.h
              • upnpcommonutils.h
              • upnpfileutilitytypes.h
              • upnpmusicadapter.h
              • upnpplaylistfiller.h
              • upnpplaylistservices.h
            • UPnP Music Adapter
              • CUPnPAlbumServices
              • CUPnPBrowsePlaylistFiller
              • CUPnPBrowseTimer
              • CUPnPLiteFiller
              • CUPnPLiteSelectionFiller
              • CUPnPMusicAdapter
              • CUPnPPlayListFiller
              • CUPnPPlaylistServices
              • MUPnPBrowseTimerObserver
              • MUPnPPlaylistFiller
              • upnpalbumservices.h
              • upnpmusicadapter.h
              • upnpplaylistfiller.h
              • upnpplaylistservices.h
            • UPnP Utilities
              • CUPnPConnectionMonitor
              • CUPnPMetaDataUtility
              • CUPnPPeriodic
              • MUPnPConnectionMonitorObserver
              • UPnPCommonUtils
              • UPnPMetadataFetcher
              • UpnpCdsResElementUtility
              • upnpcommonutils.h
              • upnpfileutilitytypes.h
          • UPnP Media Server
            • A/V Objects
              • CUpnpFileTransferEventList
              • CUpnpMediaServerEventList
              • CUpnpProtocolInfoLocal
              • upnpcustomlog.h
              • upnpmediaservereventlist.h
              • upnpprotocolinfolocal.h
            • Content Directory Service
              • CUpnpContentDirectoryService
              • MUpnpContentDirectoryEventObserver
              • TUpnpCdSettings
              • upnpcontentdirectoryglobals.h
            • Media Server Engine
              • upnpmediaserverglobals.h
            • UPnP Media Server Build
              • CUpnpContentDirectoryService
              • CUpnpFileTransferEventList
              • CUpnpMediaServerEventList
              • CUpnpProtocolInfoLocal
              • MUpnpContentDirectoryEventObserver
              • TUpnpCdSettings
              • upnpcontentdirectoryglobals.h
              • upnpcustomlog.h
              • upnpmediaservereventlist.h
              • upnpmediaserverglobals.h
              • upnpprotocolinfolocal.h
          • UPnP Settings
            • UPnP Settings Engine
              • CUPnPSettingsEngine
              • upnpapplicationcrkeys.h
          • UPnP Sharing
            • UPnP Application Engine
              • CUPnPFileSharingEngine
              • MUPnPFileSharingEngineObserver
            • UPnP Content Server
              • RUpnpContentServerClient
              • TUpnpProgress
              • TUpnpProgressInfo
              • upnpcontentserverclient.h
              • upnpcontentservercrkeys.h
              • upnpcontentserverdefs.h
            • UPnP DLNA Profiler
              • CUpnpDlnaProfiler
              • CUpnpResParameters
              • CUpnpResResolver
              • upnpdlnaprofiler.h
            • UPnP Security
              • CUpnpSecAccessController
            • UPnP Sharing Build
              • CUPnPFileSharingEngine
              • CUpnpDlnaProfiler
              • CUpnpResParameters
              • CUpnpResResolver
              • CUpnpSecAccessController
              • MUPnPFileSharingEngineObserver
              • RUpnpContentServerClient
              • TUpnpProgress
              • TUpnpProgressInfo
              • upnpcontentserverclient.h
              • upnpcontentservercrkeys.h
              • upnpcontentserverdefs.h
              • upnpdlnaprofiler.h
        • DRM
          • DRM Platform Interfaces
            • DCF Repository API
              • CDcfEntry
              • CDcfRep
              • DcfRepCli.h
              • RDcfRepCli
            • DRM Agents API
              • drmagents.h
            • DRM Common API
              • DRMCommon
              • DRMCommon.h
            • DRM Legacy API
              • CDRMEventAddRemove
              • CDRMNotifier
              • COma1DcfCreator
              • COma2Dcf
              • DRMEvent.h
              • MDRMEvent
              • MDRMEventObserver
              • Oma1DcfCreator.h
              • RDRMRightsClient
              • tBoxHeaderStr
            • DRM License Manager API
              • CDRMLicenseManager
              • TDRMDataFile
            • DRM Rights API
              • CDRMAsset
              • CDRMConstraint
                • CDRMConstraint::TDrmMeteringInfo
              • CDRMPermission
              • CDRMRights
              • CDRMRightsConstraints
              • CDcfCommon
              • DRMIndividualConstraintExtension.h
              • DRMTypes.h
              • DrmAsset.h
              • MDRMIndividualConstraintExtension
              • TROVersion
            • DRM Secondary Display API
              • DRMHelperSecondaryDisplay.h
              • THelperSDData
              • THelperSDDataCancel
            • DRM Service API
              • DRM::CDrmServiceApi
            • DRM Utility API
              • DRM::CDrmAutomatedUsage
              • DRM::CDrmRightsInfo
              • DRM::CDrmUiHandling
              • DRM::CDrmUtility
              • DRM::MDrmAsyncObserver
              • DRM::MDrmAutomatedUsageObserver
              • DRM::MDrmErrorHandling
              • DRM::MDrmHandleErrorObserver
            • ROAP API
              • Roap::CRoapEng
              • Roap::CRoapEngBase
              • Roap::CRoapMessage
              • Roap::CRoapTrigger
              • Roap::MRoapObserver
              • RoapDef.h
              • RoapMessage.h
            • WMDRM Access API
              • CWmDrmAccess
              • CWmDrmAccessEcomInterface
            • WMDRM OTA Access API
              • CWmDrmOtaAccess
              • CWmDrmOtaAccessEcomInterface
          • DRM Public Interfaces
            • DRM Helper API
              • CDRMHelper
              • CDRMHelperRightsConstraints
              • DRMHelper.h
              • DRMHelperServerInternalCRKeys.h
              • RDRMHelper
            • DRM License Checker API
              • CDRMLicenseChecker
            • OMA DRM CAF Agent API
              • Oma2Agent.h
        • General Settings and Profiles Services
          • GS and Profiles Services Platform Interfaces
            • File List API
              • CFLDController
              • CFLDFileListContainer
              • MFLDFileListBoxObserver
            • Media File List API
              • CMediaFileList
            • Profiles Engine API
              • MProfile
              • MProfile3DToneSettings
              • MProfileChangeObserver
              • MProfileEngine
              • MProfileEngineExtended
              • MProfileExtended
              • MProfileExtraSettings
              • MProfileExtraTones
              • MProfileFeedbackSettings
              • MProfileName
              • MProfilePresence
              • MProfilePttSettings
              • MProfileSet3DToneSettings
              • MProfileSetExtraSettings
              • MProfileSetExtraTones
              • MProfileSetFeedbackSettings
              • MProfileSetName
              • MProfileSetPresence
              • MProfileSetPttSettings
              • MProfileSetTones
              • MProfileTones
              • MProfileUtilitySingleton
              • MProfilesLocalFeatures
              • MProfilesNamesArray
              • ProfileEngineConstants.h
              • ProfileEngineDomainCRKeys.h
              • ProfileEngineInternalCRKeys.h
              • ProfileEngineInternalPSKeys.h
              • ProfileEnginePrivatePSKeys.h
              • SecondaryDisplayProfilesAPI.h
              • TProfileToneSettings
            • Settings Background Image API
              • CGSAsyncImageHandling
              • CGSBackgroundImage
              • MGSAsyncImageHandlingObserver
              • backgroundimage.h
              • gsasyncimagehandling.h
            • Settings Framework API
              • CGSBaseContainer
              • CGSBaseView
              • CGSMainView
                • CGSMainView::TListBoxPosition
              • CGSParentContainer
              • CGSParentPlugin
                • CGSParentPlugin::TListBoxPosition
              • CGSPluginLoader
              • CGSTabHelper
              • MGSChildViewManager
              • MGSPluginLoadObserver
              • MGSSettingPSObserver
              • MGSTabbedView
              • MGSTabbedViewOwner
              • MGSWatchDog
              • gspluginloader.h
              • gsprivatepluginproviderids.h
            • Settings List Box API
              • CGSItemTextArray
              • CGSListBoxItemTextArray
              • CGSListboxEntry
              • CGSRadioButtonSettingPageItemTextArray
            • Settings Plugin API
              • CGSPluginInterface
              • gsfwviewuids.h
              • gsplugininterface.h
            • Settings UIs CenRep Collection API
              • settingsinternalcrkeys.h
          • GS and Profiles Services Public Interfaces
            • Profiles Engine Active Profile Settings API
              • ProfileEngineSDKCRKeys.h
            • Profiles Engine Wrapper API
              • MProEngActiveProfileObserver
              • MProEngAlertToneSeeker
              • MProEngAlertToneSeekerObserver
              • MProEngEngine
              • MProEngNotifyHandler
              • MProEngProfile
              • MProEngProfileActivationObserver
              • MProEngProfileName
              • MProEngProfileNameArray
              • MProEngProfileNameArrayObserver
              • MProEngProfileObserver
              • MProEngToneSettings
              • MProEngTones
              • ProEngFactory
        • Generic Application Support
          • Application Framework
            • Application Architecture
              • CApaAppListNotifier
              • CApaAppServiceInfoArray
              • CApaApplication
              • CApaCommandLine
              • CApaDocument
                • CApaDocument::TCapability
              • CApaDoorBase
              • CApaEComMonitor
              • CApaFsMonitor
                • CApaFsMonitor::CApaFsNotifier
              • CApaModelDoor
              • CApaModelHeader
              • CApaProcess
              • CApaScanningRuleBasedPlugIns
              • CApfMimeContentPolicy
              • CAppLaunchChecker
              • CAppSidChecker
              • MApaAppListServObserver
              • MApaAppStarter
              • MApaEmbeddedDocObserver
              • MApaFsChangeObserver
              • MApaModelHeaderFactory
              • RSidCheckerMap
              • TApaAppCapability
              • TApaAppIdentifier
              • TApaAppInfo
              • TApaAppServiceInfo
              • TApaAppViewInfo
              • TApaApplicationFactory
              • TApaDocCleanupItem
              • TApaEmbeddabilityFilter
              • TApaModelDoorFactory
              • apadef.h
              • apaid.h
              • apgdoor.h
              • apgtask.h
              • aprulebased.h
            • View Server
              • TVwsViewEvent
              • TVwsViewId
              • TVwsViewIdAndMessage
              • vwsdef.h
          • Application Launch Services
            • After Market Application Starter
              • CDscItem
              • RDscStore
          • Common Application Services
            • Alarm Server
              • ASCliDefinitions
              • AlarmClientUtils
              • RASCliSession
              • TASCliSoundPlayDefinition
              • TASShdAlarm
              • TMissedAlarmPubSubData
              • asaltdefs.h
              • asshdalarm.h
              • asshddefs.h
          • Core Application UIs
            • GS Server Engine
              • CGSServerEngine
              • GSServerEngine.h
          • File Handling
            • File Converter Framework
              • CCnaConvInfoFile2
              • CCnaConvInfoFileReader2
              • CCnaConverter
              • CConverterBase
              • CConverterBase2
              • CConverterLibrary
              • CExportBufferBase
              • CExportDynamicBuffer
              • CFileImportBuffer
              • CImportBufferBase
              • CMimeInfo
              • MConverterUiObserver
              • TLanguageInfo
              • conarc.h
              • concnf.h
              • inbuf.h
          • Generic Application Support Platform Interfaces
            • Action Plug-In API
              • CCFActionPlugIn
              • cfactionplugin.h
            • Context Access API
              • MCFContextInterface
            • Context Framework Client API
              • CCFClient
            • Context Framework Listener API
              • MCFListener
              • MCFScriptOwnerInterface
              • cfscriptownerinterface.h
            • Context Framework Services API
              • CCFActionIndication
              • CCFActionSubscription
              • CCFContextIndication
              • CCFContextObject
              • CCFContextQuery
              • CCFContextSourceCommand
              • CCFContextSourceCommandParameter
              • CCFContextSubscription
              • TCFSourceCommandSenderId
              • cfcontextobject.h
              • cfcontextquery.h
              • cfcontextsourcecommandparameter.h
              • cfkeyvaluepair.h
              • cfwcontextdef.h
            • Context Source Plug-In API
              • CCFContextSourcePlugIn
              • MCFContextSource
              • MCFContextSourceUpgrade
              • TContextSourceInitParams
              • cfcontextsourceinterface.h
              • cfcontextsourceplugin.h
              • cfcontextsourceupgrade.h
            • Context Source Settings Manager API
              • CCFContextSourceSetting
              • CCFContextSourceSettingArray
              • CCFContextSourceSettingParameter
              • CCFContextSourceSettingsManager
              • cfcontextsourcesettingparameter.h
            • Context Subscription API
              • MCFContextSubscriptionListener
              • cfcontextsubscriptionlistener.h
            • Media Keys Definition API
              • CKeyPublisherDll
            • OOD Threshold API
              • UiklafInternalCRKeys.h
            • OOM Monitor API
              • ROomMonitorSession
              • oommonitorsession.h
            • OOM Monitor Plugin API
              • COomMonitorPlugin
              • COomMonitorPluginV2
              • oommonitorplugin.h
            • Operation Provider API
              • CCFOperationNode
              • CCFOperationPlugIn
              • CCFScriptRoot
              • MCFOperationServices
              • MCFScriptListener
              • TOperationPluginInitParams
              • cfoperationplugin.h
            • Restore Factory Settings API
              • CRfsHandler
              • RRfsClient
              • rfsClient.h
            • Restore Factory Settings Plug-in API
              • CRFSPlugin
              • rfsPluginDef.h
            • Secondary Display Startup API
              • SecondaryDisplayStartupAPI.h
            • Secondary Display System Application API
              • SecondaryDisplaySysApAPI.h
            • Secondary Display System State API
              • SecondaryDisplaySystemStateAPI.h
            • Startup Configuration API
              • startupdomaincrkeys.h
            • System Application Key Handler Plug-in API
              • CSysapKeyHandlerPlugin
              • sysapkeyhandlerplugininterface.h
            • System Application Light Control Plug-in API
              • CSysApLightControlPlugin
            • System Application Notification API
              • coreapplicationuisdomainpskeys.h
            • System Application Plug-in Callback API
              • MSysapCallback
              • sysapcallback.h
          • Generic Application Support Public Interfaces
            • Network Status API
              • CoreApplicationUIsSDKCRKeys.h
          • Printing Support
            • Printing UI Support
              • CHeaderFooter
              • CPrintPreviewImage
                • CPrintPreviewImage::TPreviewPanel
                • CPrintPreviewImage::TRange
              • CPrintSetup
              • MPrintProcessObserver
              • TPageMargins
              • TPrintParameters
              • TPrintPreviewFormat
              • prnpath.h
              • prnsetup.h
          • Startup Services
            • Startup Animation
              • CSAnimCtrl
              • CSAnimEngine
              • CSAnimStartupCtrl
              • MSAnimObserver
          • Time Zone Services
            • Time Zone Localization
              • CTzLocalizedArray
              • CTzLocalizedCity
              • CTzLocalizedCityArray
              • CTzLocalizedCityGroup
              • CTzLocalizedCityGroupArray
              • CTzLocalizedTimeZone
              • CTzLocalizedTimeZoneArray
              • TTzLocalizedId
        • Haptics Services
          • Haptics Services Platform Interfaces
            • Tacticon API
              • RTacticon
            • Tactile Feedback Core API
              • RTactileFeedback
            • Tactile Feedback Server API
              • CTouchFeedbackAdaptation
              • MTactileFeedbackServer
          • Haptics Services Public Interfaces
            • Tactile Feedback Client API
              • CFeedbackSpec
              • MTouchFeedback
              • TTactileFbItem
          • Tacticon Server
            • Tacticon Server Build
              • tacticondomaincrkeys.h
          • Tactile Feedback
            • Tactile Area Registry
              • CTactileAreaRegistry
                • CTactileAreaRegistry::TTactileAreaChunk
                • CTactileAreaRegistry::TTactilePenDownEvent
                • CTactileAreaRegistry::TTactileWgroupItem
              • TFeedbackChunkAreaEntry
              • TTactileFeedbackConnectData
              • TTactileFeedbackDisconnectData
              • TTactileFeedbackImmediateData
              • tactileinternaldatatypes.h
            • Tactile Feedback Build
              • CTactileAreaRegistry
                • CTactileAreaRegistry::TTactileAreaChunk
                • CTactileAreaRegistry::TTactilePenDownEvent
                • CTactileAreaRegistry::TTactileWgroupItem
              • CTactileFeedbackResolver
              • MTactilePropertyObserver
              • TFeedbackChunkAreaEntry
              • TTactileFeedbackConnectData
              • TTactileFeedbackDisconnectData
              • TTactileFeedbackImmediateData
              • tactilefeedbackdomaincrkeys.h
              • tactilefeedbackinternalpskeys.h
              • tactilefeedbackprivatecrkeys.h
              • tactileinternaldatatypes.h
            • Tactile Feedback Resolver
              • CTactileFeedbackResolver
              • MTactilePropertyObserver
              • tactilefeedbackdomaincrkeys.h
              • tactilefeedbackinternalpskeys.h
              • tactilefeedbackprivatecrkeys.h
        • High-level Internet Protocols
          • Application Layer Plugins and Utils
            • Bookmark Support
              • MBookmarkObserver
              • RBkBookmark
              • RBkDatabase
              • RBkFolder
              • RBkNode
              • bookmarkdef.h
          • Application Layer Protocols
            • FTP Engine
              • CFTPSession
              • CFtpProtocol
              • MFtpProtocolNotifier
              • MFtpSessionNotifier
              • ftpsess.h
            • HTTP Service API
              • CHttpClientTransaction
              • CHttpNetworkConnection
                • CHttpNetworkConnection::CConnectionInfo
              • CHttpService
                • CHttpService::CHttpServiceStruct
              • MHTTPServiceAuthentication
              • MHttpContentSink
              • MHttpContentSource
              • THttpContentSinkOp
              • THttpContentSourceOp
              • THttpHeaderElementIterator
              • THttpHeaderIterator
              • THttpHeaderParamIterator
              • THttpHeaderValueVariant
            • WAP Base
              • CAttributeLookupTable
              • CBNFNode
              • CBNFParser
              • CDTDModel
                • CDTDModel::CDTDElementAttribute
              • CDTDNode
              • CDataDelete
              • CDataNoDelete
              • CFileDataDelete
              • CFragmentedString
                • CFragmentedString::TStringMark
              • CIntAttribute
              • CMarkedStack
                • CMarkedStack::TMarkPoint
              • CNoDeleteAttributeT
              • CNode
              • CRuleMarkedStack
              • CStack
              • CTypedNode
              • cbnfnode.h
              • cnode.h
              • cnode.inl
              • cstack.inl
              • wapattrdf.h
              • wapengstd.h
            • WAP Push Support
              • CHTTPResponse
              • CXmlElement
                • CXmlElement::CDataItemAttribute
              • CXmlLibrary
              • MDataProviderObserver
              • MFrameworkSP
              • MWapPluginSP
              • logdef.h
              • mwappluginsp.h
              • xmlelemt.h
              • xmllib.h
          • High-level Internet Protocols Platform Interfaces
            • Cookie Manager API
              • CCookie
                • CCookie::TCookieAttribute
              • RCookieManager
                • RCookieManager::TCookieMgrInternalStruct
              • TCookiePacker
              • cookie.h
            • HTTP Filters API
              • HttpFilterCommonStringsAddition
              • HttpFilterCommonStringsExt
        • Home Screen Services
          • Back Stepping Service
            • Back Stepping Engine
              • bsengineglobals.h
          • Content Control Service
            • Content Control Client Session
              • RCcClientSession
            • Content Control Service API
              • CCcSrvMsg
              • ccsrvapi.h
            • Content Control Service Build
              • CCcSrvMsg
              • CHsCcApiClient
              • CHsCcProviderClient
              • RCcClientSession
              • ccsrvapi.h
            • HS Content Control Client
              • CHsCcApiClient
              • CHsCcProviderClient
          • Content Publishing Service
            • Content Publishing Server
              • cpglobals.h
              • cpserverdef.h
            • Content Publishing Service Build
              • CCPLiwMap
              • CContentMap
              • CPluginValidator
              • CPublisherRegistryMap
              • TPluginInfo
              • cpglobals.h
              • cpserverdef.h
            • Content Publishing Utils
              • CCPLiwMap
              • CContentMap
              • CPluginValidator
              • CPublisherRegistryMap
              • TPluginInfo
          • Home Screen Plugin Service
            • HSPS Build
              • ChspsClient
              • ChspsDefinitionRepository
              • ChspsDomAttribute
              • ChspsDomDepthIterator
              • ChspsDomDocument
              • ChspsDomList
              • ChspsDomNode
              • ChspsODT
              • ChspsRequestClient
              • ChspsRequestNotificationParams
              • ChspsResource
              • ChspsResult
              • MhspsClientRequestService
              • MhspsClientRequestServiceObserver
              • MhspsDefinitionRepositoryObserver
              • MhspsDomIterator
              • MhspsDomListItem
              • MhspsInstallationService
              • MhspsMaintenanceService
              • MhspsSecurityService
              • MhspsThemeManagementServiceObserver
              • RhspsClientSession
              • ThpsParamAddPlugin
              • ThpsParamMovePlugins
              • ThpsParamRemovePlugin
              • ThpsParamSetActivePlugin
              • ThspsConfiguration
              • ThspsParamGetPluginOdt
              • ThspsParamReinstallConf
              • ThspsParamReplacePlugin
              • ThspsParamRestoreActiveAppConf
              • ThspsParamRestoreConfigurations
              • ThspsParamSetConfState
              • ThspsParamSetPluginSettings
              • ThspsRepositoryInfo
              • hspsclient.h
              • hspsdefinitionrepository.h
              • hspsodt.h
              • hspsreqnotifparam.h
              • hspsrequestclient.h
              • hspsresource.h
              • hspsresult.h
              • hspsthememanagement.h
          • Home Screen Services Platform Interfaces
            • AI Content Model API
              • MAiContentItemIterator
              • MAiContentObserver
              • MAiContentRequest
              • TAiContentItem
              • aicontentmodel.h
            • AI Plug-in Information API
              • activeidle2domainpskeys.h
            • AI Plug-in Management API
              • CHsContentPublisher
              • THsPublisherInfo
              • hscontentpublisher.h
              • hspublisherinfo.h
            • AI Utilities API
              • AiUtility::CContentPriorityMap
              • MAiCpsCommandBuffer
              • MAiPSPropertyObserver
              • MAiPluginConfigurationItem
              • MAiPluginContentItem
              • MAiPluginSettings
              • MAiPluginSettingsItem
              • MAiPluginSettingsStorer
              • MAiPluginTool
              • MAiStrParser
              • aipluginsettings.h
            • AI Variation API
              • activeidle2domaincrkeys.h
            • Content Harvester Plugin API
              • CContentHarvesterPlugin
            • HS Content Control API
              • CHsContentInfo
              • CHsContentInfoArray
              • MHsContentControl
              • MHsContentController
              • hscontentcontroller.h
            • HS Settings API
              • HSPluginSettingsIf::CHomescreenSettings
              • HSPluginSettingsIf::CItemMap
              • HSPluginSettingsIf::CPropertyMap
              • HSPluginSettingsIf::MHomeScreenSettingsObserver
              • HSPluginSettingsIf::MHomescreenSettingsIf
            • Home Screen Publishing API
              • Hs::HsException
              • Hs::HsWidget
              • Hs::HsWidgetPublisher
              • Hs::IHsDataObserver
            • Idle Framework API
              • CAiUiController
              • CAiUiIdleIntegration
              • MAiFwEventHandler
              • MAiMainUiController
              • MAiSecondaryUiController
              • TAiFwCallback
              • TAiFwPublisherInfo
              • TAiIdleKeySoundConfig
              • aiconsts.h
              • aiuicontroller.h
            • Menu Content Service API
              • CMenuFilter
              • CMenuHandler
              • CMenuHandlerPlugin
              • CMenuItem
              • CMenuOperation
              • MenuIconUtility
              • MenuUtils
              • RMenu
              • RMenuNotifier
              • TMenuItem
              • mcsdef.h
              • mcsinternaltypes.h
            • Menu Model API
              • menu2internalcrkeys.h
            • Menu SAT Interface API
              • CMenuSATInterface
            • XCFW API
              • CGECODefaultObject
              • CGECODefaultObjectFactory
              • CGECOObjectBase
              • CGECOObjectFactoryBase
              • CXCFWEngine
              • CXCFWTree
              • MGECOAttributeProvider
              • MXCFWEngineObserver
              • MXCFWNode
              • MXCFWTree
              • xcfwengine.h
              • xcfwtree.h
          • Menu Content Service
            • Menu Content Service Build
              • CMcsSatHandler
              • RMenuSapi
        • IP App Protocols
          • IP App Protocols Platform Interfaces
            • RTP/RTCP API
              • CRtpAPI
              • MNonRTPDataObserver
              • MRtcpObserver
              • MRtpErrNotify
              • MRtpObserver
              • TCreateSessionParams
              • TRcvStreamParams
              • TRtcpAPPPack
              • TRtcpApp
              • TRtcpBYEPack
              • TRtcpParams
              • TRtcpSdesPack
              • TRtpHeaderExtension
              • TRtpParam
              • TRtpPeerStat
              • TRtpRecvHeader
              • TRtpSdesParams
              • TRtpSendHeader
              • TTimeStamps
              • TTranStreamParams
              • rtpapi.h
              • rtpdef.h
            • SRTP API
              • CSRTPCryptoContext
              • CSRTPMasterKey
              • CSRTPMasterSalt
              • CSRTPSession
              • CSRTPStream
              • CSRTPStreamIn
              • CSRTPStreamOut
              • MSRTPReKeyingObserver
              • MSRTPStreamInContext
              • MSRTPStreamOutContext
              • TRtpHeader
              • TSrtpCryptoParams
              • srtpdef.h
          • Real Time Net Protocols
            • RTP
              • MPrePostProcessingCallback
              • RRtcpRRItem
              • RRtcpRRPart
              • RRtcpSRPart
              • RRtpCSRCs
              • RRtpHeaderExtension
              • RRtpPacket
              • RRtpReceivePacket
              • RRtpReceiveSource
              • RRtpSendPacket
              • RRtpSendSource
              • RRtpSession
              • TRtcpStatistics
              • TRtcpStatisticsParams
              • TRtpEvent
              • TRtpStreamParams
              • TRtpTimeConversion
              • TSamplingRateInfo
              • rtp.h
              • rtp_proto_id.h
          • SIP Provider Plugins
            • SIP Provider
              • SSipConnPref
              • TSipConnPref
              • sipconnpref.h
              • siphlerr.h
        • IP App Services
          • IP App Services Platform Interfaces
            • Comms Event API
              • CMceEvent
              • CMceInEvent
              • CMceInRefer
              • CMceOutEvent
              • CMceOutRefer
              • CMceRefer
              • MMceEventObserver
              • MMceInEventObserver
              • MMceInReferObserver
              • MMceReferObserver
            • Floor Control API
              • CMceFcMsgExchange
              • MMceFcMsgObserver
            • Media Control API
              • CMccCodecInformation
              • CMccCodecInformationFactory
              • CMccInterface
                • CMccInterface::TMccEndpointInfo
              • CMccSecureInterface
              • MMccCtrlObserver
              • TMccDtmfEventData
              • TMccEvent
              • TMccFileSourceSetting
              • TMccMediaQualityConfig
              • TMccNetSettings
              • TMccRtcpEventData
              • TMccRtpEventData
              • TMccRtpSourceSetting
              • TMccSrtpCryptoParams
              • TMccSrtpMasterKey
              • TMccSrtpMasterSalt
              • TMccStreamBundle
              • TMccVideoInfo
              • TMccVideoInfo2
              • TMccVideoSinkSetting
              • TMccVideoSourceSetting
              • mmcccodecinformation.h
              • mmccevents.h
              • mmccinterface.h
              • mmccinterfacedef.h
              • mmccnetworksettings.h
              • mmccsecureinterface.h
              • mmccsrtpcryptoparams.h
              • mmccsrtpmasterkey.h
              • mmccsrtpmastersalt.h
            • Multimedia Comms API
              • CMceAmrCodec
              • CMceAmrWbCodec
              • CMceAudioCodec
              • CMceAudioStream
              • CMceAvcCodec
              • CMceCameraSource
              • CMceCnCodec
              • CMceCodec
              • CMceDisplaySink
              • CMceDtmfCodec
              • CMceFileSink
              • CMceFileSource
              • CMceG711Codec
              • CMceG729Codec
              • CMceH263Codec
              • CMceInSession
              • CMceManager
              • CMceMediaSink
              • CMceMediaSource
              • CMceMediaStream
              • CMceMicSource
              • CMceOutSession
              • CMceRedCodec
              • CMceRtpSink
              • CMceRtpSource
              • CMceSecureInSession
              • CMceSecureOutSession
              • CMceSession
              • CMceSpeakerSink
              • CMceStreamBundle
              • CMceVideoCodec
              • CMceVideoStream
              • CMceiLBCCodec
              • MMceDtmfObserver
              • MMceInSessionObserver
              • MMceInTransactionObserver
              • MMceRtpObserver
              • MMceSecureSession
              • MMceSessionObserver
              • MMceStreamObserver
              • MMceTransactionObserver
              • TMceTransactionDataContainer
              • mceamrcodec.h
              • mceamrwbcodec.h
              • mceaudiostream.h
              • mceavccodec.h
              • mcecamerasource.h
              • mcecncodec.h
              • mcecodec.h
              • mcedefs.h
              • mcedisplaysink.h
              • mcedtmfcodec.h
              • mcefilesink.h
              • mcefilesource.h
              • mceg711codec.h
              • mceg729codec.h
              • mceh263codec.h
              • mceilbccodec.h
              • mcemediasink.h
              • mcemediasource.h
              • mcemediastream.h
              • mcemicsource.h
              • mceredcodec.h
              • mcertpsink.h
              • mcertpsource.h
              • mcesecuresession.h
              • mcesession.h
              • mcespeakersink.h
              • mcevideocodec.h
              • mcevideostream.h
            • NAT Settings API
              • CNATFWNatSettingsApi
              • MNATFWIceSettings
              • MNATFWServerSettings
              • MNATFWStunSettings
              • MNATFWTurnSettings
              • unsafprotocolscrkeys.h
            • Transcoder API
              • CMccTranscoder
              • MMccTranscoderObserver
              • TMccTranscodeFileMsg
              • TMccTranscoderCodecInfo
              • mmcctranscoder.h
        • IP Connectivity Management
          • Bearer Management
            • Mobility Policy Manager
              • RMPM
              • SMpmConnPref
              • SPolicyConnPref
              • TMpmConnPref
              • TMpmNotification
              • TMpmNotificationError
              • TMpmNotificationPrefIAPAvailable
              • TMpmNotificationStartIAP
              • TMpmNotificationStopIAP
              • TMpmSnapBuffer
              • TMpmSnapPubSubFormat
              • TPolicyConnPref
              • TStartIAPNotifInfo
              • TStopIAPNotifInfo
              • rmpm.h
          • IP Connectivity Management Platform Interfaces
            • Bearer Settings Plugin API
              • CCmPluginBase
              • CCmPluginBaseEng
              • CCmPluginLanBase
              • CmPluginBaseSettingsDlg
              • CmPluginBaseSettingsDlgAdv
              • CmPluginBaseSettingsDlgIp
              • MCmdExec
              • TCmAttrConvArrayItem
              • TCmAttribConvTable
              • TCmCommonAttrConvArrayItem
              • TCmPluginInitParam
              • cmcommonconstants.h
              • cmpluginbaseeng.h
            • CommsDat WLAN API
              • CCDDestNWTable
              • CCDWLANSecSSIDTable
              • CCDWlanDeviceSettingsRecord
              • CCDWlanServiceRecord
              • cmmanagertablefields.h
            • Connection Monitor Extension API
              • CConnectionMonitorPlugin
              • CPluginAO
              • ConnMonExt.h
              • MConnectionMonitorPluginInterface
              • RConnMonPlugin
              • TReqInfo
            • Connection UI Utilities API
              • CConnectionUiUtilities
            • Disconnect Dialog API
              • DisconnectDlgClient.h
              • RDisconnectDlgServer
              • TDisconnectConnectionPrefs
            • Disconnect Dialog Disable API
              • mpmpropertydef.h
            • Extended Connection Settings API
              • cmmanagerkeys.h
            • MPM Connect Screen API
              • mpmconnectscreenid.h
            • MPM Default Connection API
              • RMPMDefaultConnection
            • PDP Context Manager 2 Settings API
              • pdpcontextmanagerinternalcrkeys.h
          • IP Connectivity Management Public Interfaces
            • Access Point Engine API
              • ActiveApDb.h
              • ApAccessPointItem.h
              • ApEngineConsts.h
              • CApAccessPointItem
              • CApDataHandler
              • CApListItem
              • CApListItemList
              • CApNetworkItemList
              • CApSelect
              • CApUtils
              • MActiveApDbObserver
              • TApListItemExtra
              • THandlerExtra
              • TSelectExtra
              • TUtilsExtra
              • TVpnData
            • Access Point Settings Handler API
              • ApSettingsHandlerCommons.h
              • ApSettingsHandlerUI.h
              • CApSettingsHandler
              • TApSetHandlerExtra
            • Agent Dialog API
              • RDialogNotifier
              • RGenConAgentDialogServer
              • TAuthenticationPair
              • TConnectionPrefs
              • TIspConnectionNames
              • TNewIapConnectionPrefs
              • TPctResponse
              • agentdialog.h
            • Connection Monitor Server API
              • CConnMonBearerAvailabilityChange
              • CConnMonBearerChange
              • CConnMonBearerGroupChange
              • CConnMonBearerInfoChange
              • CConnMonConnectionActivityChange
              • CConnMonConnectionStatusChange
              • CConnMonCreateConnection
              • CConnMonCreateSubConnection
              • CConnMonDeleteConnection
              • CConnMonDeleteSubConnection
              • CConnMonDownlinkDataThreshold
              • CConnMonEventBase
              • CConnMonGenericEvent
              • CConnMonIapAvailabilityChange
              • CConnMonNetworkRegistrationChange
              • CConnMonNetworkStatusChange
              • CConnMonNewWLANNetworkDetected
              • CConnMonOldWLANNetworkLost
              • CConnMonPacketDataAvailable
              • CConnMonPacketDataUnavailable
              • CConnMonSNAPsAvailabilityChange
              • CConnMonSignalStrengthChange
              • CConnMonTransmitPowerChange
              • CConnMonUplinkDataThreshold
              • CConnMonWlanNetwork
              • CConnMonWlanNetworksPtrArrayPckg
              • CConnMonWlanProbeRawBuffer
              • CConnMonWlanProbeRawBuffersPckg
              • ConnMonIdsArrayPckg
              • MConnectionMonitorObserver
              • MDesSerializer
              • RConnectionMonitor
              • TConnMonBearerGroupInfo
              • TConnMonClientEnum
              • TConnMonIap
              • TConnMonIapInfo
              • TConnMonId
              • TConnMonNetwork
              • TConnMonNetworkNames
              • TConnMonSNAPId
              • TConnMonSNAPInfo
              • rconnmon.h
            • Connection Settings API
              • RCmConnectionMethod
              • RCmDestination
              • RCmManager
              • TBearerPriority
              • TCmDefConnValue
              • TCmGenConnSettings
              • cmconnectionmethoddef.h
              • cmmanagerdef.h
              • cmplugindialcommondefs.h
              • cmpluginembdestinationdef.h
              • cmpluginpacketdatadef.h
              • cmpluginvpndef.h
              • cmpluginwlandef.h
            • Connection Settings UI API
              • cmapplicationsettingsui.h
            • Data Connection Log Counters API
              • dclcrkeys.h
            • Extended Connection Preferences API
              • TExtendedConnPref
        • Image Handling
          • Image Handling Platform Interfaces
            • Image Handling Library API
              • IHLBitmap
              • IHLBitmapUtil
              • IHLImageFactory
              • IHLInterfaceIds.h
              • IHLProcessorFactory
              • IHLScaler
              • IHLViewerFactory
              • MIHLBitmap
              • MIHLBitmapProcessor
              • MIHLFileImage
              • MIHLImage
              • MIHLImageViewer
              • MIHLProcessor
              • MIHLScaler
              • MIHLViewer
              • MIHLViewerObserver
              • TIHLInterfaceType
            • Thumbnail Manager API
              • CThumbnailManager
              • CThumbnailObjectSource
              • MThumbnailManagerObserver
              • MThumbnailManagerRequestObserver
              • thumbnailmanager.h
              • thumbnailobjectsource.h
        • Input Methods
          • FEP
            • Front End Processor
              • CCoeFep
                • CCoeFep::MDeferredFunctionCall
                • CCoeFep::MModifiedCharacter
              • CFepGenericGlobalSettings
              • MCoeCaptionRetrieverForFep
              • MCoeFepAwareTextEditor
              • MCoeFepAwareTextEditor_Extension1
                • MCoeFepAwareTextEditor_Extension1::CState
              • MCoeFepLayDocExtension
              • MCoeFepObserver
              • MFepAttributeStorer
              • MFepPointerEventHandlerDuringInlineEdit
              • TFepOnOrOffKeyData
              • fepbconfig.h
          • Input Methods Platform Interfaces
            • Avkon FEP Settings API
              • AknFepInternalCRKeys.h
            • Avkon FEP UI Interface API
              • CAknFepUIInterface
              • CAknFepUiInterfaceMenuBar
              • CAknFepUiInterfaceMenuPane
                • CAknFepUiInterfaceMenuPane::SItemData
              • MAknFepUiInterfaceMenuObserver
            • PTI Engine Handwriting Recognition API
              • CHwrRecognizer
              • CPtiHwrRecognizer
              • MPtiHwrRecognizer
              • MTruiEngine
              • THwrUdmRange
            • PTI Engine Key Definitions API
              • CPtiKeyMapData
              • CPtiKeyMapDataFactory
              • CPtiKeyboardDatabase
              • CPtiKeyboardDatabaseFactory
              • MPtiKeyMapData
              • MPtiKeyboardDatabase
              • PtiKeyboardDatabase.h
              • TPtiKeyBinding
              • TPtiKeyboardDatabaseMappingOpaque
              • TPtiXt9KeyBinding
              • TVowelSequence
            • Pen Input Server API
              • CPenInputServerHandler
              • MPenUiActivationHandler
              • MPeninputServerEventHandler
              • RPeninputServer
              • TFepITICandidateList
              • TFepITITooltipText
              • TFepIndicatorInfo
              • TFepInputAllCandidates
              • TFepInputCandidateList
              • TFepInputContextFieldData
              • TFepPromptText
              • TFepSpellICFDisplayContent
              • TFepSymbolOfHardwareOne
              • TItutBmp
              • TItutKey
              • TPeninputLayoutData
              • peninputclient.h
              • peninputgenericitutcustomization.h
          • Input Methods Public Interfaces
            • Input Language Info API
              • AknInputLanguageInfo.h
              • AknInputLanguageInfoFactory
              • CAknInputLanguageInfo
              • CAknInputLanguageItem
              • CAknInputLanguageList
              • TAknInputLanguageCapabilities
            • PTI Engine API
              • CPtiCore
              • CPtiCoreLanguage
              • CPtiEngine
              • CPtiLanguageDatabase
              • CPtiMappings
              • CPtiUserDictionary
              • MPtiCore
              • MPtiCoreInfo
              • MPtiEngineCompositionDataInterface
              • MPtiKeyMappings
              • MPtiLanguage
              • MPtiLanguageDatabase
              • MPtiObserver
              • MPtiUserDictionary
              • MPtiUserDictionaryEntry
              • PtiCore.h
              • PtiDefs.h
              • PtiKeyMappings.h
              • PtiLanguage.h
              • PtiLanguageDatabase.h
              • PtiUserDicEntry.h
              • TPtiAutoSubstBinding
              • TPtiCoreBinding
              • TPtiCoreInfo
              • TPtiKeyMapping
              • TPtiKeyMappingsHolder
              • TPtiLangDatabaseMapping
              • TPtiLangDatabaseMappingOpaque
              • TPtiLangDatabaseOpaqueBinding
              • TPtiLangName
              • TPtiNumericKeyBinding
              • TPtiReplacedMapping
              • TPtiUserDictionaryEntry
              • TRecognitionRangeTag
          • Text Input
            • Pen Input Common Controls Japanese
              • CFepInputContextFieldJp
              • CPeninputHiraganaKanji
              • CPeninputJapaneseCandidateWnd
              • CPeninputJapanesePredictiveListBoxModel
              • CPeninputJapanesePredictiveWnd
              • CPeninputJapaneseView
              • CPeninputLayoutWindowJp
              • CPredictivePopupLineInfo
              • TPredictivePopupElement
              • peninputjapanesepredictivelistboxmodel.h
            • Pen Input Common Layout
              • CPeninputClientLayoutInfo
              • CPeninputCommonLayout
              • CPeninputCommonLayoutExt
              • CPeninputControlInfo
              • CPeninputCtrlPool
              • CPeninputDataConverter
              • CPeninputDataMgr
              • CPeninputLayoutConfig
              • CPeninputLayoutWindow
              • CPeninputLayoutWindowExt
              • CPeninputRangeBarInfo
              • CPeninputRangeInfo
              • CPeninputUiStateBase
              • CPeninputUiStateMgr
              • MPeninputDataProvider
              • MPeninputLayoutContext
              • MPeninputUiStateMgr
        • Instant Messaging and Presence Services
          • Branding Server
            • Branding Server Build
              • BSElementFactory
              • CBSBitmap
              • CBSFactory
              • MBSAccess
              • MBSBackupRestoreStateObserver
              • MBSBrandChangeObserver
              • MBSElement
              • MBSUpdater
              • RBSObjOwningPtrArray
              • mbsupdater.h
          • Instant Messaging and Presence Services Platform Interfaces
            • IM Cache Client API
              • CIMCacheFactory
              • MIMCacheAccessor
              • MIMCacheEventHandler
              • MIMCacheUpdater
              • SIMCacheChatItem
              • SIMCacheMessageData
              • imcachedefs.h
            • IM Cache Server API
              • CInstantMsgIndicator
              • cinstantmsgindicator.h
            • XIMP Core Base API
              • MXIMPBase
              • RXIMPObjOwningPtrArray
              • TXIMPGetInterface
              • TXIMPRequestId
            • XIMP Core Data Model API
              • MXIMPContextClientInfo
              • MXIMPContextState
              • MXIMPDataSubscriptionState
              • MXIMPFeatureInfo
              • MXIMPIdentity
              • MXIMPObjectCollection
              • MXIMPObjectFactory
              • MXIMPProtocolInfo
              • MXIMPRestrictedObjectCollection
              • MXIMPServiceInfo
              • MXIMPStatus
              • ximpfeatureinfo.h
            • XIMP Core Feature Plugin API
              • CXIMPApiDataObjBase
              • CXIMPApiEventBase
              • CXIMPApiObjBase
              • CXIMPIdentityImp
              • CXIMPOperationBase
              • CXIMPSubscriptionItemBase
              • MApiDataObjFactoryAccessor
              • MEventCodec
              • MProtocolDataHost
              • MXIMPContextInternal
              • MXIMPHost
              • MXIMPItemParentBase
              • MXIMPOperationFactory1
              • MXIMPPscContext
              • MXIMPSubscriptionItem
              • TXIMPEqualsContent
              • TXIMPGetImpClassOrNull
              • TXIMPGetImpClassOrPanic
              • TXIMPHBuf8Packer
              • TXIMPObjectCloner
              • TXIMPObjectMover
              • TXIMPObjectPacker
              • TXIMPRequestIdBuilder
              • XIMPRBuf16Helper
              • XIMPRBuf8Helper
              • ximpobjecthelpers.h
              • ximppanics.h
            • XIMP Core Management API
              • MXIMPClient
              • MXIMPContext
              • MXIMPContextObserver
              • MXIMPContextStateEvent
              • MXIMPRequestCompleteEvent
            • XIMP Core Protocol Plug-in API
              • CXIMPProtocolPluginBase
              • MXIMPProtocolConnection
              • MXIMPProtocolPlugin
            • XIMP Core Protocol Plug-in Host API
              • MXIMPProtocolConnectionHost
              • MXIMPProtocolConnectionHostObserver
              • MXIMPProtocolPluginHost
              • MXIMPProtocolRequestCompleteEvent
            • XIMP IM Data Model API
              • MImConversationInfo
              • MImObjectFactory
            • XIMP IM Management API
              • MImConversation
              • MImConversationEvent
              • MImFeatures
            • XIMP IM Protocol Plugin API
              • CProtocolImFeatures
              • MProtocolImConversation
              • MProtocolImFeatures
            • XIMP IM Protocol Plugin Host API
              • MProtocolImConversationDataHost
              • MProtocolImDataHost
            • XIMP Presence Cache API
              • MPresCacheReadHandler
              • MPresCacheWriteHandler
              • MPresenceCacheReader
              • MPresenceCacheWriter
            • XIMP Presence Data Model API
              • MDevicePresenceInfo
              • MPersonPresenceInfo
              • MPresenceBlockInfo
              • MPresenceBuddyInfo
              • MPresenceBuddyInfoList
              • MPresenceGrantRequestInfo
              • MPresenceInfo
              • MPresenceInfoField
              • MPresenceInfoFieldCollection
              • MPresenceInfoFieldValueBinary
              • MPresenceInfoFieldValueEnum
              • MPresenceInfoFieldValueText
              • MPresenceInfoFilter
              • MPresenceObjectFactory
              • MPresenceWatcherInfo
              • MPresentityGroupInfo
              • MPresentityGroupMemberInfo
              • MServicePresenceInfo
              • presenceinfo.h
            • XIMP Presence Management API
              • MOwnPresenceEvent
              • MPresenceAuthorization
              • MPresenceBlockListEvent
              • MPresenceFeatures
              • MPresenceGrantRequestListEvent
              • MPresencePublishing
              • MPresenceWatcherListEvent
              • MPresenceWatching
              • MPresentityGroupContentEvent
              • MPresentityGroupListEvent
              • MPresentityGroups
              • MPresentityPresenceEvent
            • XIMP Presence Protocol Plug-in API
              • MProtocolPresenceAuthorization
              • MProtocolPresenceFeatures
              • MProtocolPresencePublishing
              • MProtocolPresenceWatching
              • MProtocolPresentityGroups
            • XIMP Presence Protocol Plug-in Host API
              • MProtocolPresenceAuthorizationDataHost
              • MProtocolPresenceDataHost
              • MProtocolPresencePublishingDataHost
              • MProtocolPresenceWatchingDataHost
              • MProtocolPresentityGroupsDataHost
            • XIMP Search Data Model API
              • MSearchInfo
              • MSearchKeyInfo
              • MSearchObjectFactory
            • XIMP Search Management API
              • MSearch
              • MSearchElement
              • MSearchEvent
              • MSearchFeature
              • MSearchKeysEvent
            • XIMP Search Protocol Plugin Host API
              • MProtocolSearchDataHost
              • MProtocolSearchFeatureDataHost
            • XIMP search Protocol Plugin API
              • MProtocolSearch
              • MProtocolSearchFeature
            • XMPP Settings API
              • CXmppSettingsApi
              • xmppparams.h
              • xmppsettingsapicommon.h
        • Legacy Metadata Services
          • Legacy Metadata Services Platform Interfaces
            • Content Listing Framework Collection Manager API
              • MMediaCollectionInfo
              • MMediaCollectionManager
              • MMediaCollectionObserver
              • MediaCollectionManagerFactory
            • Legacy Metadata Services Platform Interface Build
              • CMediaFetchImplementation
            • Media Fetch Implementation API
              • CMediaFetchImplementation
          • Legacy Metadata Services Public Interfaces
            • Content Listing Framework API
              • CLFContentListing.h
              • ContentListingFactory
              • MCLFChangedItemObserver
              • MCLFContentListingEngine
              • MCLFCustomGrouper
              • MCLFCustomSorter
              • MCLFItem
              • MCLFItemListModel
              • MCLFModifiableItem
              • MCLFOperationObserver
              • MCLFPostFilter
              • MCLFProcessObserver
              • MCLFSortingStyle
            • Legacy Metadata Services Public Interface Build
              • MGFetch
              • MMGFetchCanceler
            • Media Fetch API
              • MGFetch
              • MMGFetchCanceler
        • Legacy Presence Services
          • Legacy Presence Services Platform Interfaces
            • Authorization API
              • CPresenceXDM
              • MRLSPresXDMAsyncHandler
              • TPresCondIdentityMany
              • TPresCondIdentityOne
              • TPresCondMisc
              • TPresCondSphere
              • TPresCondValidity
              • TPresenceActionXDM
              • TPresenceTransformXDM
            • Messaging Connection Manager API
              • MMsgBearerObsCallback
              • MMsgConnManager
              • msgbearerobscallback.h
            • Presence List API
              • CRLSXDM
              • TTimePeriod
              • TTransDataCompo
              • rlspresxdmconsts.h
            • Publisher API
              • MSimpleETagObserver
              • MSimplePublishObserver
              • MSimplePublisher
            • Registration API
              • MSimpleConnection
              • MSimpleConnectionObserver
              • TSimpleFactory
              • TSimpleUtils
              • simpleerrors.h
            • SIMPLE Documents API
              • MSimpleAttribute
              • MSimpleContent
              • MSimpleDocument
              • MSimpleElement
              • MSimpleFilterDocument
              • MSimpleMeta
              • MSimpleNamespace
              • MSimplePresenceList
              • MSimpleWinfo
            • SIMPLE Settings API
              • PresSettingsApi
              • TPresSettingsSet
              • pressettingsapi.h
              • pressettingsset.h
              • simpleenginedomaincrkeys.h
            • Simple Instant Msg API
              • MSimpleInstantMessage
              • MSimpleInstantMsgObserver
            • Watcher API
              • MSimpleWatcher
              • MSimpleWatcherObserver
            • Watcher Info API
              • MSimpleWinfoObserver
              • MSimpleWinfoWatcher
            • XDM API
              • CXdmDirectory
              • CXdmDocument
              • CXdmDocumentNode
              • CXdmEngine
              • CXdmNodeAttribute
              • CXdmProtocolInfo
              • MXdmNamespaceContainer
              • MXdmNodeInterface
              • SXdmAttribute16
              • SXdmAttribute8
              • TXdmCredentials
              • XdmCredentials.h
              • XdmDocument.h
              • XdmEngine.h
              • XdmProtocolUidList.h
            • XDM Protocol Plug-in API
              • CXdmOperationFactory
              • CXdmProtocol
              • MXdmOperation
              • TXdmCompletionData
              • TXdmProtocolParams
              • XdmOperation.h
              • XdmOperationFactory.h
              • XdmProtocol.h
            • XDM Settings API
              • CXdmSettingsCollection
              • CXdmSettingsProperty
              • TXdmSettingsApi
              • XdmEngineDomainCRKeys.h
              • XdmSettingsApi.h
          • XDM Engine
            • XDM Engine Build
              • xdmlogwriter.h
          • XDM Protocols
            • XDM Protocols Build
              • xcapappusagedef.h
        • Location Services
          • Location Map and Navigation Framework
            • Location Map and Navigation Framework Build
              • MnUtils
            • Map and Navigation Library
              • MnUtils
          • Location Services Platform Interfaces
            • Geocoding API
              • CMnGeocoder
            • Location Local Variation API
              • locationvariationdomaincrkeys.h
            • Location Notation Preferences Settings API
              • locnotprefplugindomaincrkeys.h
            • Location Settings Launch API
              • CLocSettingsUiClient
              • locsettingsuiclient.h
            • Location Triggering Management API
              • RLbtManager
              • TLbtTriggerManagerUiInfo
              • TLbtTriggeringSystemManagementSettings
              • TLbtTriggeringSystemStatus
              • lbttriggeringsystemmanagementsettings.h
            • Location Triggering Status Information API
              • lbtstatuspskeys.h
            • Map Image API
              • CMnMapImage
              • MMnMapImageRenderCallback
              • TMnMapImageParams
            • Map Image Conversion Plug-In API
              • CMnCoordinateConverterBase
            • Map and Navigation API
              • CMnMapView
              • CMnNavigator
              • mnerrors.h
            • Map and Navigation Provider API
              • CMnGeocodingServiceBase
              • CMnMapImageServiceBase
              • CMnMapViewServiceBase
                • CMnMapViewServiceBase::CLinkedLandmarksList
              • CMnNavigationServiceBase
              • CMnServiceBase
            • Map and Navigation Provider Discovery API
              • CMnProvider
              • MnProviderFinder
            • OMA SUPL ASN Codec Plugin API
              • COMASuplAsnHandlerBase
              • COMASuplAsnMessageBase
              • COMASuplAuthRequest
              • COMASuplAuthResponse
              • COMASuplCellInfo
              • COMASuplEnd
              • COMASuplEndVer2
              • COMASuplGSMCellInfo
              • COMASuplInit
              • COMASuplInitVer2
              • COMASuplLocationId
              • COMASuplLocationIdData
              • COMASuplLocationIdVer2
              • COMASuplMultipleLocIds
              • COMASuplNotification
              • COMASuplNotificationExtnV2
              • COMASuplNotificationVer2
              • COMASuplPos
              • COMASuplPosInit
              • COMASuplPosInitVer2
              • COMASuplPositionData
              • COMASuplReport
              • COMASuplReportData
              • COMASuplResponse
              • COMASuplResponseV2Extn
              • COMASuplResponseVer2
              • COMASuplSETCapabilitiesVer2
              • COMASuplSETSessionID
              • COMASuplSLPAddress
              • COMASuplSLPSessionID
              • COMASuplSPCTID
              • COMASuplSessionID
              • COMASuplStart
              • COMASuplStartVer2
              • COMASuplThirdPartyIds
              • COMASuplThirdpartyId
              • COMASuplTriggeredResponse
              • COMASuplTriggeredStart
              • COMASuplTriggeredStop
              • COMASuplVer2SuplInitExtn
              • COMASuplVer2SuplStartExtn
              • TOMAServiceCapabilities
              • TOMASuplBasicProtectionParams
              • TOMASuplBatchRepConditions
              • TOMASuplBatchRepType
              • TOMASuplBatchReportMode
              • TOMASuplCellMeasuredResult
              • TOMASuplECellInfo
              • TOMASuplEventTriggerCapabilities
              • TOMASuplFddInfo
              • TOMASuplFrequencyInfo
              • TOMASuplGSMCellinfo
              • TOMASuplGeoAreaShapeSupported
              • TOMASuplHistoricReporting
              • TOMASuplLocationData
              • TOMASuplNetworkMeasureReport
              • TOMASuplNmr
              • TOMASuplPeriodicParams
              • TOMASuplPosProtocol2
              • TOMASuplPosProtocolVersion3GPP2
              • TOMASuplPosTechnology2
              • TOMASuplProtectionLevel
              • TOMASuplQop
              • TOMASuplReportMode
              • TOMASuplReportedLocation
              • TOMASuplReportingCap
              • TOMASuplReportingCriteria
              • TOMASuplReportingMode
              • TOMASuplSPCSETKey
              • TOMASuplServiceSupported
              • TOMASuplSessionCapabilities
              • TOMASuplSuppNetworkInformation
              • TOMASuplSuppWCDMAInfo
              • TOMASuplSupported3GPP2PosProtoVer
              • TOMASuplTddInfo
              • TOMASuplTimeStamp
              • TOMASuplTimeWindow
              • TOMASuplTriggerParams
              • TOMASuplVer2CellInfoExtn
              • TOMASuplVer2PosTechExt
              • TOMASuplVer2ProtocolExt
              • TOMASuplVersion
              • TOMASuplWCDMACellinfo
              • TOMAVer2SetCapExtn
              • epos_comasuplasnbase.h
              • epos_comasuplendver2.h
              • epos_comasuplsetcapabilitiesver2.h
              • epos_suplconstants.h
            • Privacy Notifiers Secondary Display API
              • locverifiercoverui.h
            • Query and Notification API
              • CPosPrivacyNotifier
              • EPos_CPosPrivacyNotifier.h
            • SUPL Network Initiation API
              • RSuplNetworkServer
            • SUPL Query Secondary Display API
              • epos_omasuplquerycoverui.h
            • SUPL Settings API
              • CServerParams
              • CSuplSettings
              • CTriggerParams
              • MSuplSessionObserver
              • MSuplSettingsObserver
              • epos_csuplsettingsconstants.h
            • SUPL Terminal Initiation API
              • CSuplTerminalParams
              • RSuplTerminalServer
              • RSuplTerminalSubSession
              • TSuplTerminalPeriodicTrigger
              • TSuplTerminalQop
              • TSuplTriggerFireInfo
              • epos_suplterminalconstants.h
              • epos_suplterminalerrors.h
          • Location Services Public Interfaces
            • BLID Application Satellite Info API
              • CSatelliteInfoUI
            • Landmarks API
              • CPosLandmark
              • CPosLandmarkCategory
              • CPosLandmarkDatabase
                • CPosLandmarkDatabase::TSize
              • CPosLandmarkDatabaseExtended
              • CPosLandmarkEncoder
              • CPosLandmarkParser
              • CPosLmCategoryManager
              • CPosLmItemIterator
              • CPosLmOperation
              • CPosLmPartialReadParameters
              • EPos_Landmarks.h
              • PosLandmarkSerialization
              • PosLmCategorySerialization
              • TPosLmEvent
              • TPosLmSortPref
            • Landmarks Database Management API
              • CPosLmDatabaseManager
              • CPosLmDatabaseManagerPluginBase
              • EPos_TPosLmDatabaseSettings.h
              • HPosLmDatabaseInfo
              • TPosLmDatabaseEvent
              • TPosLmDatabaseSettings
            • Landmarks Search API
              • CPosLandmarkSearch
              • CPosLmAreaCriteria
              • CPosLmCatNameCriteria
              • CPosLmCategoryCriteria
              • CPosLmCompositeCriteria
              • CPosLmDisplayData
              • CPosLmDisplayItem
              • CPosLmIdListCriteria
              • CPosLmMultiDbSearch
                • CPosLmMultiDbSearch::TSearchError
              • CPosLmNearestCriteria
              • CPosLmSearchCriteria
              • CPosLmTextCriteria
              • EPos_CPosLandmarkSearch.h
              • EPos_CPosLmDisplayData.h
              • EPos_CPosLmTextCriteria.h
            • Location Triggering API
              • CLbtGeoAreaBase
              • CLbtGeoCell
              • CLbtGeoCircle
              • CLbtGeoHybrid
              • CLbtGeoRect
              • CLbtListTriggerOptions
              • CLbtSessionTrigger
              • CLbtStartupTrigger
              • CLbtTriggerChangeEventNotifier
              • CLbtTriggerConditionArea
              • CLbtTriggerConditionBase
              • CLbtTriggerEntry
              • CLbtTriggerFilterBase
              • CLbtTriggerFilterByArea
              • CLbtTriggerFilterByAttribute
              • CLbtTriggerFilterComposite
              • CLbtTriggerFiringEventNotifier
              • CLbtTriggerInfo
              • CLbtTriggeringSystemSettingsChangeEventNotifier
              • MLbtTriggerChangeEventObserver
              • MLbtTriggerFiringEventObserver
              • MLbtTriggeringSystemSettingsChangeEventObserver
              • RLbt
              • RLbtServer
              • TLbtTriggerChangeEvent
              • TLbtTriggerDynamicInfo
              • TLbtTriggerFireInfo
              • TLbtTriggeringSystemSettings
              • lbtcommon.h
              • lbterrors.h
              • lbtgeocell.h
          • Location Triggering
            • LT Client Library
              • CLbtSubSessnPtrHolder
            • LT Container
              • CLbtContainer
                • CLbtContainer::TLbtTriggerStoreChangeObserver
              • CLbtContainerListOptions
              • CLbtContainerTriggerEntry
              • CLbtContainerUpdateFilter
              • MLbtContainerChangeEventObserver
              • MLbtContainerOpObserver
              • TLbtSecurityPolicy
              • TStrategyData
              • lbtcontainer.h
              • lbtcontainerlistoptions.h
              • lbtcontainertriggerentry.h
              • lbtcontainerupdatefilter.h
            • LT Logger
              • CLbtLoggerImpl
              • TLbtDesOverflow
              • TLogFunc
              • lbtlogger.h
            • LT Server
              • CLbtServerLogicBase
              • TLbtTriggerCreationInfo
              • TLbtTriggerStateInfo
              • TLbtTriggerUpdationInfo
              • lbtserverconsts.h
            • LT Strategy Plugin API
              • CLbtStrategyBase
              • MLbtTriggeringSupervisionObserver
              • TLbtStrategySupervisionDynamicInfo
              • TLbtStrategyTriggeringSupervisionSettings
              • lbtstrategybase.h
            • Location Triggering Build
              • CLbtContainer
                • CLbtContainer::TLbtTriggerStoreChangeObserver
              • CLbtContainerListOptions
              • CLbtContainerTriggerEntry
              • CLbtContainerUpdateFilter
              • CLbtLoggerImpl
              • CLbtMovementDetector
              • CLbtServerLogicBase
              • CLbtStrategyBase
              • CLbtSubSessnPtrHolder
              • MLbtContainerChangeEventObserver
              • MLbtContainerOpObserver
              • MLbtMovementObserver
              • MLbtTriggeringSupervisionObserver
              • TLbtDesOverflow
              • TLbtSecurityPolicy
              • TLbtStrategySupervisionDynamicInfo
              • TLbtStrategyTriggeringSupervisionSettings
              • TLbtTriggerCreationInfo
              • TLbtTriggerStateInfo
              • TLbtTriggerUpdationInfo
              • TLogFunc
              • TStrategyData
              • lbtcontainer.h
              • lbtcontainerlistoptions.h
              • lbtcontainertriggerentry.h
              • lbtcontainerupdatefilter.h
              • lbtlogger.h
              • lbtmovementdetector.h
              • lbtserverconsts.h
              • lbtstrategybase.h
            • Movement Detection Plugin API
              • CLbtMovementDetector
              • MLbtMovementObserver
              • lbtmovementdetector.h
          • SUPL
            • Location SUPL Framework
              • CSUPLProtocolManagerBase
              • CServerExtensionParams
              • CSuplCommunicationManager
              • CSuplConnection
              • CSuplSessionBase
              • CSuplSettingsInternal
              • CSuplTrace
              • MSuplPacketNotifier
              • MSuplPacketReceiver
              • TSuplParameters
              • epos_csuplcommunicationmanager.h
              • epos_csuplconnection.h
              • epos_csuplprotocolmanagerbase.h
              • epos_csuplserverprivatecrkeys.h
              • epos_csuplsettingsinternalconstants.h
              • epos_csupltrace.h
              • epos_psktlsusageprivatecrkeys.h
            • OMA SUPL Protocol Handler
              • epos_comasuplproductconfigcrkeys.h
        • Messaging Middleware
          • Messaging Framework
            • Message Server and Store
              • CMsgActive
              • CMsvAttachment
              • CMsvBodyText
              • CMsvCopyStoreOperation
              • CMsvMimeHeaders
              • CMsvOperationWait
              • CMsvPlainBodyText
              • CMsvRecipientList
              • CMsvSearchSortOperation
              • CMsvSearchSortQuery
              • CMsvSendOperation
                • CMsvSendOperation::TSendOperationProgress
              • CMsvTechnologyTypeDefaultMtmSettings
                • CMsvTechnologyTypeDefaultMtmSettings::TMsvTechnologyTypeDefaultMtmInfo
              • CMtmDllInfoArray
              • CMtmDllRegistry
              • CMtmGroupData
              • CRegisteredMtmDll
              • CRegisteredMtmDllArray
              • MMsvAttachmentManager
              • MMsvAttachmentManagerSync
              • MMsvEntryObserver
              • MMsvSessionObserver
              • MMsvStoreManager
              • MRegisteredMtmDllObserver
              • MturUtils
              • RMsvServerSession
              • TKeyArrayFixPtr
              • TMsvEnhanceSearchSortUtil
              • TMsvPackQuery
              • TMsvPackedChangeNotification
              • TMsvPackedEntry
              • TMsvPackedEntryArray
              • TMsvPackedIdAndMessagePart
              • TMsvPackedIdOperation
              • TMsvPackedNotifierRequest
              • TMsvPackedOperation
              • TMsvServerOperationProgress
              • TMsvSystemProgress
              • TNonOperationMtmDataAccessPointId
              • cmsvattachment.h
              • cmsvbodytext.h
              • cmsvrecipientlist.h
              • msgerr.h
              • msvapi.h
              • msvids.h
              • msvipc.h
              • msvreg.h
              • msvruids.h
              • msvsearchsortquery.h
              • msvstd.h
              • msvstore.h
              • msvuids.h
              • mtclbase.h
              • mtmdef.h
              • mtmuids.h
              • mtudreg.h
              • mtuireg.h
              • tmsvsystemprogress.h
              • tnonoperationmtmdata.h
            • Scheduled Send MTM
              • CMsvOffPeakTimes
              • CMsvScheduleSend
              • CMsvScheduleSettings
              • CMsvScheduledEntry
              • CMsvSendErrorActions
              • CMsvSysAgentActions
              • CScheduleBaseServerMtm
              • TMsvCondition
              • TMsvEntryScheduleData
              • TMsvOffPeakTime
              • TMsvSchedulePackage
              • TMsvScheduleSettingsUtils
              • TMsvSendErrorAction
              • TMsvSysAgentConditionAction
              • msventryscheduledata.h
              • msvscheduledentry.h
              • msvschedulepackage.h
              • msvschedulesend.h
            • Send As
              • CSendAsAccounts
              • CSendAsEditUtils
              • CSendAsMessageTypes
              • RSendAs
              • RSendAsMessage
              • TSendAsMessageTypeFilter
              • csendasaccounts.h
              • csendaseditutils.h
              • rsendas.h
              • rsendasmessage.h
            • Watcher Framework
              • CWatcherLog
              • TWatcherParams
              • watcher.h
          • Messaging Middleware Platform Interfaces
            • Always Online Client API
              • AlwaysOnlineManagerClient.h
              • RAlwaysOnlineClientSession
            • Always Online Plugin API
              • AlwaysOnlineEComInterface.inl
              • AlwaysOnlineManagerCommon.h
              • CAlwaysOnlineEComInterface
                • CAlwaysOnlineEComInterface::_CEComInterfaceInitParams
              • TEMNElement
            • Messaging Common Utils API
              • CFileProtectionResolver
              • CMsgTextUtils
              • msgtextutils.h
            • Send UI Data Utils API
              • CSendUiFileRightsEngine
            • Send UI Plug-in API
              • CSendingService
              • TSendingServiceParams
          • Messaging Middleware Public Interfaces
            • Send UI API
              • CMessageAddress
              • CMessageAddress.h
              • CMessageData
              • CSendUi
              • CSendingServiceInfo
              • SendUiConsts.h
              • TSendingCapabilities
        • Metadata Services
          • Metadata Services Info
            • Metadata Services Build
              • CComposerPlugin
              • CContextEngine
              • CContextEngineStaticData
              • CContextPlugin
              • CHarvestClientData
              • CHarvesterData
              • CHarvesterPlugin
              • CLFContentListing.h
              • CMdEEventCondition
              • CMdELogicCondition
              • CMdENumberProperty
              • CMdEObjectCondition
              • CMdERelationCondition
              • CMdETextPropertyCondition
              • CMonitorPlugin
              • CPlaceholderData
              • ContentListingFactory
              • MCLFChangedItemObserver
              • MCLFContentListingEngine
              • MCLFCustomGrouper
              • MCLFCustomSorter
              • MCLFItem
              • MCLFItemListModel
              • MCLFModifiableItem
              • MCLFOperationObserver
              • MCLFPostFilter
              • MCLFProcessObserver
              • MCLFSortingStyle
              • MContextInitializationObserver
              • MContextPluginObserver
              • MContextSnapshotObserver
              • MHarvestObserver
              • MHarvesterEventObserver
              • MHarvesterPluginObserver
              • MHarvesterSessionObserver
              • MMdCCommon
              • MMdEEventObserver
              • MMdEObjectObserver
              • MMdEObjectObserverWithUri
              • MMdEObjectPresentObserver
              • MMdEQueryObserver
              • MMdERelationItemObserver
              • MMdERelationObserver
              • MMdERelationPresentObserver
              • MMdESchemaObserver
              • MMdESessionObserver
              • MMediaCollectionInfo
              • MMediaCollectionManager
              • MMediaCollectionObserver
              • MMonitorPluginObserver
              • MTrackLogObserver
              • MediaCollectionManagerFactory
              • RLocationManager
              • RLocationTrail
              • RMdEDataBuffer
              • THarvestResult
              • TLocationData
              • TMdCValueUnion
              • TMdEAny
              • TMdEBetween
              • TMdEEqual
              • TMdEGreater
              • TMdEGreaterEqual
              • TMdELess
              • TMdELessEqual
              • TMdENotBetween
              • TMdENotEqual
              • TMdEOrderRule
              • TMdERange
              • TMdESerializeRange
              • TMdESerializeRangePropertyCondition
              • TMountData
              • composerplugin.h
              • contextplugin.h
              • harvesterclient.h
              • harvesterpauseps.h
              • harvesterplugin.h
              • locationtrailpskeys.h
              • mdccommon.h
              • mdeconstants.h
              • mdeerror.h
              • mdeinternalerror.h
              • mdenumberproperty.h
              • mdequery.h
              • mderange.inl
              • mderangepropertycondition.h
              • monitorplugin.h
              • rlocationtrail.h
          • Metadata Services Platform Interfaces
            • Content Listing Framework Collection Manager API
              • MMediaCollectionInfo
              • MMediaCollectionManager
              • MMediaCollectionObserver
              • MediaCollectionManagerFactory
            • Context Engine Plugin API
              • CContextEngine
              • CContextEngineStaticData
              • CContextPlugin
              • MContextInitializationObserver
              • MContextPluginObserver
              • MContextSnapshotObserver
              • contextplugin.h
            • Harvester Framework API
              • CComposerPlugin
              • CHarvestClientData
              • CHarvesterData
              • CHarvesterPlugin
              • CMonitorPlugin
              • CPlaceholderData
              • MHarvestObserver
              • MHarvesterEventObserver
              • MHarvesterPluginObserver
              • MHarvesterSessionObserver
              • MMonitorPluginObserver
              • THarvestResult
              • TMountData
              • composerplugin.h
              • harvesterclient.h
              • harvesterpauseps.h
              • harvesterplugin.h
              • monitorplugin.h
            • Location Manager API
              • MTrackLogObserver
              • RLocationManager
              • RLocationTrail
              • TLocationData
              • locationtrailpskeys.h
              • rlocationtrail.h
            • Metadata Engine API
              • CMdEEventCondition
              • CMdELogicCondition
              • CMdENumberProperty
              • CMdEObjectCondition
              • CMdERelationCondition
              • CMdETextPropertyCondition
              • MMdCCommon
              • MMdEEventObserver
              • MMdEObjectObserver
              • MMdEObjectObserverWithUri
              • MMdEObjectPresentObserver
              • MMdEQueryObserver
              • MMdERelationItemObserver
              • MMdERelationObserver
              • MMdERelationPresentObserver
              • MMdESchemaObserver
              • MMdESessionObserver
              • RMdEDataBuffer
              • TMdCValueUnion
              • TMdEAny
              • TMdEBetween
              • TMdEEqual
              • TMdEGreater
              • TMdEGreaterEqual
              • TMdELess
              • TMdELessEqual
              • TMdENotBetween
              • TMdENotEqual
              • TMdEOrderRule
              • TMdERange
              • TMdESerializeRange
              • TMdESerializeRangePropertyCondition
              • mdccommon.h
              • mdeconstants.h
              • mdeerror.h
              • mdeinternalerror.h
              • mdenumberproperty.h
              • mdequery.h
              • mderange.inl
              • mderangepropertycondition.h
          • Metadata Services Public Interfaces
            • Content Listing Framework API
              • CLFContentListing.h
              • ContentListingFactory
              • MCLFChangedItemObserver
              • MCLFContentListingEngine
              • MCLFCustomGrouper
              • MCLFCustomSorter
              • MCLFItem
              • MCLFItemListModel
              • MCLFModifiableItem
              • MCLFOperationObserver
              • MCLFPostFilter
              • MCLFProcessObserver
              • MCLFSortingStyle
        • Multimedia App Framework
          • Multimedia App Framework Platform Interfaces
            • Collection Helper API
              • CMPXCollectionHelperFactory
              • MMPXCollectionHelper
              • MMPXCollectionHelperObserver
            • Harvester Collection Mediator API
              • CMPXCollectionMediator
              • MMPXMediatorObserver
              • MMPXMoveItemObserver
            • Harvester Metadata Extractor API
              • CMPXMetadataExtractor
              • MMPXMetadataExtractorObserver
            • Harvester Server API
              • mpxharvestercommon.h
              • mpxharvesterserverdefs.h
            • Harvester Utility API
              • CMPXHarvesterFactory
              • MMPXHarvesterUtility
              • MMPXHarvesterUtilityObserver
            • MPX Base View Plugins API
              • CMPXAknDialogPlugin
              • CMPXAknViewPlugin
              • CMPXViewPlugin
            • MPX Collection Common Definition API
              • TMPXCollectionChangeEvent
              • TMPXCollectionMessage
              • mpxcollectioncommanddefs.h
              • mpxcollectionframeworkdefs.h
              • mpxcollectionmessagedefs.h
              • mpxcollectionopenlresultdef.h
              • mpxcollectionplugin.h
              • mpxincrementalopendefs.h
            • MPX Collection Utility API
              • CMPXCollectionOpenUtility
              • CMPXCollectionPlaylist
              • MMPXCollection
              • MMPXCollectionUtility
            • MPX Common API
              • CMPXActiveTaskQueue
              • CMPXCenRepWatcher
              • CMPXClientList
              • CMPXCollectionPath
              • CMPXCollectionType
              • CMPXMedia
              • CMPXMediaArray
              • CMPXMessageMonitor
              • CMPXMessageQueue
              • CMPXPSKeyWatcher
              • CMPXParameter
              • CMPXPluginHandlerBase
              • CMPXPluginInfo
              • CMPXPluginMonitor
              • CMPXSubscription
              • CMPXTaskQueue
              • MMPXCustomCommandObserver
              • MMPXData
              • MMPXPluginHandlerObserver
              • RMPXSession
              • TMPXAttribute
              • TMPXAttributeData
              • TMPXMessage
              • mpxattribute.h
              • mpxcommandgeneraldefs.h
              • mpxmediaaudiodefs.h
              • mpxmediacollectiondetaildefs.h
              • mpxmediacontainerdefs.h
              • mpxmediadrmdefs.h
              • mpxmediageneraldefs.h
              • mpxmediageneralextdefs.h
              • mpxmediamtpdefs.h
              • mpxmediamusicdefs.h
              • mpxmessagecontainerdefs.h
              • mpxmessagegeneraldefs.h
              • mpxmessageprogressdefs.h
              • mpxplugininfo.h
              • mpxsubscription.h
              • mpxuser.h
            • MPX Common Definition API
              • RMPXPointerArray
              • TMPXItemId
              • mpxattributespecs.h
              • mpxcommand.h
              • mpxfilter.h
              • mpxmessage2.h
              • mpxprivatecrkeys.h
              • mpxsearchcriteria.h
            • MPX Playback Common Definition API
              • TMPXPlaybackMessage
              • mpxplaybackcommanddefs.h
              • mpxplaybackframeworkdefs.h
              • mpxplaybackmessagedefs.h
              • mpxplaybackplugin.h
            • MPX Playback Utility API
              • MMPXPlaybackUtility
              • MMPXPlayer
              • MMPXPlayerManager
              • MMPXSource
            • MPX View Utility API
              • MMPXViewActivationObserver
              • MMPXViewUtility
              • mpxviewutilitycommanddef.h
            • MTP Keys API
              • mtpprivatepskeys.h
            • Media Player Settings Engine API
              • CMPSettingsModel
            • Multimedia App Framework Platform Interface Build
              • AsxStruct
              • CAsxParser
              • CMPSettingsModel
              • CMPXActiveTaskQueue
              • CMPXAknDialogPlugin
              • CMPXAknViewPlugin
              • CMPXCenRepWatcher
              • CMPXClientList
              • CMPXCollectionHelperFactory
              • CMPXCollectionMediator
              • CMPXCollectionOpenUtility
              • CMPXCollectionPath
              • CMPXCollectionPlaylist
              • CMPXCollectionType
              • CMPXHarvesterFactory
              • CMPXMedia
              • CMPXMediaArray
              • CMPXMessageMonitor
              • CMPXMessageQueue
              • CMPXMetadataExtractor
              • CMPXPSKeyWatcher
              • CMPXParameter
              • CMPXPlaylistEngine
              • CMPXPlaylistPluginHandler
              • CMPXPluginHandlerBase
              • CMPXPluginInfo
              • CMPXPluginMonitor
              • CMPXSubscription
              • CMPXTaskQueue
              • CMPXViewPlugin
              • CMediaRecognizer
              • CStreamingLinkModel
              • LinkStruct
              • MMPXCollection
              • MMPXCollectionHelper
              • MMPXCollectionHelperObserver
              • MMPXCollectionUtility
              • MMPXCustomCommandObserver
              • MMPXData
              • MMPXHarvesterUtility
              • MMPXHarvesterUtilityObserver
              • MMPXMediatorObserver
              • MMPXMetadataExtractorObserver
              • MMPXMoveItemObserver
              • MMPXPlaybackUtility
              • MMPXPlayer
              • MMPXPlayerManager
              • MMPXPluginHandlerObserver
              • MMPXSource
              • MMPXViewActivationObserver
              • MMPXViewUtility
              • RMPXPointerArray
              • RMPXSession
              • TMPXAttribute
              • TMPXAttributeData
              • TMPXCollectionChangeEvent
              • TMPXCollectionMessage
              • TMPXItemId
              • TMPXMessage
              • TMPXPlaybackMessage
              • mpxattribute.h
              • mpxattributespecs.h
              • mpxcollectioncommanddefs.h
              • mpxcollectionframeworkdefs.h
              • mpxcollectionmessagedefs.h
              • mpxcollectionopenlresultdef.h
              • mpxcollectionplugin.h
              • mpxcommand.h
              • mpxcommandgeneraldefs.h
              • mpxfilter.h
              • mpxharvestercommon.h
              • mpxharvesterserverdefs.h
              • mpxincrementalopendefs.h
              • mpxmediaaudiodefs.h
              • mpxmediacollectiondetaildefs.h
              • mpxmediacontainerdefs.h
              • mpxmediadrmdefs.h
              • mpxmediageneraldefs.h
              • mpxmediageneralextdefs.h
              • mpxmediamtpdefs.h
              • mpxmediamusicdefs.h
              • mpxmessage2.h
              • mpxmessagecontainerdefs.h
              • mpxmessagegeneraldefs.h
              • mpxmessageprogressdefs.h
              • mpxplaybackcommanddefs.h
              • mpxplaybackframeworkdefs.h
              • mpxplaybackmessagedefs.h
              • mpxplaybackplugin.h
              • mpxplugininfo.h
              • mpxprivatecrkeys.h
              • mpxsearchcriteria.h
              • mpxsubscription.h
              • mpxuser.h
              • mpxviewutilitycommanddef.h
              • mtpprivatepskeys.h
            • Playback Helper API
              • CMediaRecognizer
              • CStreamingLinkModel
              • LinkStruct
            • Playlist Engine API
              • CMPXPlaylistEngine
              • CMPXPlaylistPluginHandler
        • Multimedia Middleware
          • Multimedia Middleware Platform Interfaces
            • Audio MetaData Reader API
              • CMetaDataFieldContainer
              • CMetaDataUtility
              • MMDUChunkDataObserver
            • Audio Output Control Utility API
              • CAudioOutputControlUtility
            • Audio Output Control Utility Proxy API
              • CAudioOutputControlUtilityProxy
            • Call AudioControl API
              • CCallAudioControl
              • CDownlinkVolumeObserver
              • CRoutingObserver
              • CUplinkGainObserver
            • Configuration Components Factory API
              • CConfigurationComponentsFactory
            • EMC Audio Effects API
              • BassBoostControl.h
              • DistanceAttenuationControl.h
              • EqualizerControl.h
              • ListenerDopplerControl.h
              • ListenerLocationControl.h
              • ListenerOrientationControl.h
              • LoudnessControl.h
              • ReverbControl.h
              • RoomLevelControl.h
              • SourceDopplerControl.h
              • SourceLocationControl.h
              • SourceOrientationControl.h
              • StereoWideningControl.h
              • multimedia::MBassBoostControl
              • multimedia::MDistanceAttenuationControl
              • multimedia::MEqualizerControl
              • multimedia::MListenerDopplerControl
              • multimedia::MListenerLocationControl
              • multimedia::MListenerOrientationControl
              • multimedia::MLoudnessControl
              • multimedia::MReverbControl
              • multimedia::MRoomLevelControl
              • multimedia::MSourceDopplerControl
              • multimedia::MSourceLocationControl
              • multimedia::MSourceOrientationControl
              • multimedia::MStereoWideningControl
            • EMC Balance Effect API
              • BalanceControl.h
              • multimedia::MBalanceControl
            • EMC Buffer Source API
              • DataBufferSource.h
              • multimedia::MBufferProcessedEvent
              • multimedia::MDataBuffer
              • multimedia::MDataBufferSource
              • multimedia::TBufferingConfig
            • EMC DRM Config Intfc API
              • CDRMConfigIntfc
              • DRMConfigIntfc.h
            • EMC Descriptor Source API
              • DescriptorSource.h
              • multimedia::MDescriptorSource
            • EMC File Source API
              • FileSource.h
              • multimedia::MFileSource
            • EMC Progressive Download Source API
              • ProgDLSource.h
              • multimedia::MProgDLSource
            • EMC Volume Effect API
              • VolumeControl.h
              • multimedia::MVolumeControl
            • Enhanced Media Client API
              • SCCustomInterfaceUIDs.h
              • SinkControl.h
              • StreamControl.h
              • multimedia::CMultimediaFactory
              • multimedia::MAudioEffectControl
              • multimedia::MControl
              • multimedia::MControlObserver
              • multimedia::MEffectControl
              • multimedia::MErrorCode
              • multimedia::MSinkControl
              • multimedia::MSourceControl
              • multimedia::MSourceControlObserver
              • multimedia::MStateChangedEvent
              • multimedia::MStreamControl
              • multimedia::MStreamControlObserver
            • Equalizer UI API
              • CEqualizerPresetsDialog
              • EqualizerConstants.h
            • Multimedia Data Source API
              • CDataSourceConfigIntfc
              • CMultimediaDataSource
              • CMultimediaDataSourceFactory
              • MMultimediaDataSourceObserver
              • MultimediaDataSourceEvents.h
            • Progressive Download API
              • CProgressiveDownloadUtility
              • MAudioPdPlayUtility
              • MAudioPdPlayUtilityCallback
              • MAudioPlayUtility
              • MProgessiveDownloadUtility
              • MProgressiveDownloadUtilityCallback
            • Radio Monitor API
              • CRadioMonitor
                • CRadioMonitor::CBody
              • MRadioMonitorObserver
            • Radio Preset Utilities API
              • CRadioFmPresetUtility
                • CRadioFmPresetUtility::CBody
              • MRadioFmPreset
              • MRadioPreset
              • MRadioPresetObserver
              • RadioPresetUtility.h
            • Radio Utilities API
              • CRadioFmTunerUtility
                • CRadioFmTunerUtility::CBody
              • CRadioPlayerUtility
                • CRadioPlayerUtility::CBody
              • CRadioRdsUtility
                • CRadioRdsUtility::CBody
              • CRadioUtility
                • CRadioUtility::CBody
              • MRadioFmTunerObserver
              • MRadioPlayerObserver
              • MRadioRdsObserver
              • RadioFmTunerUtility.h
              • RadioRdsUtility.h
              • TFmTunerCapabilities
            • Stream Control Custom Command API
              • CStreamControlCustomCommandParser
              • MStreamControlCustomCommandImplementor
              • RStreamControlCustomCommands
              • StreamControlCustomCommandsParser.h
              • StreamControlEvents.h
            • Thumbnail Engine API
              • CTNEVideoClipInfo
              • MTNEVideoClipInfoObserver
              • MTNEVideoClipThumbObserver
              • TTNEOutputParameters
              • TTNEPanic
              • TTNETranscodeFactor
            • VoIP Audio Services
              • CDTMFTonePlayer
              • CRingToneFactory
              • CRingTonePlayer
              • CVoIPAudioDownlinkStream
              • CVoIPAudioUplinkStream
              • CVoIPDataBuffer
              • CVoIPFormatIntfc
              • CVoIPG711DecoderIntfc
              • CVoIPG711EncoderIntfc
              • CVoIPG729DecoderIntfc
              • CVoIPILBCDecoderIntfc
              • CVoIPILBCEncoderIntfc
              • CVoIPJBDataBuffer
              • CVoIPJitterBufferIntfc
              • CVoIPUtilityFactory
              • MDTMFToneObserver
              • MRingToneObserver
              • MVoIPDownlinkObserver
              • MVoIPFormatObserver
              • MVoIPJitterBufferObserver
              • MVoIPUplinkObserver
              • TVoIPJBConfig
        • Multimedia UI Framework
          • Multimedia UI Framework Platform Interfaces
            • ALF Container Widget API
              • Alf::IAlfContainerWidget
              • ialfcontainerwidget.h
            • ALF Resource Pool API
              • Alf::ResourcePool
            • ALF Scrollbar Widget API
              • Alf::IAlfScrollBarDefaultBaseElement
              • Alf::IAlfScrollBarModel
              • Alf::IAlfScrollBarWidget
              • Alf::ScrollModelChangedEventData
              • ialfscrollbardefaultbaseelement.h
              • ialfscrollbarmodel.h
              • ialfscrollbarwidget.h
            • ALF View Widget API
              • Alf::AlfViewWidgetInitData
              • Alf::IAlfViewWidget
              • ialfviewwidget.h
            • ALF Widget Factory API
              • Alf::AlfCustomInitDataBase
              • Alf::IAlfWidgetFactory
              • ialfwidgetfactory.h
            • ALF Widget Model API
              • Alf::AlfAnchorLayoutManager
              • Alf::AlfBranch
              • Alf::AlfContainer
              • Alf::AlfElementInitData
              • Alf::AlfFlowLayoutManager
              • Alf::AlfGridLayoutManager
              • Alf::AlfLayoutManager
              • Alf::AlfLayoutManagerInitData
              • Alf::AlfMap
              • Alf::AlfModel
              • Alf::AlfModelInitData
              • Alf::AlfVariantType
              • Alf::AlfWidgetControlInitData
              • Alf::AlfWidgetEnvExtension
              • Alf::AlfWidgetEventHandlerInitData
              • Alf::AlfWidgetInitData
              • Alf::CAlfWidgetControl
              • Alf::IAlfAppEventListener
              • Alf::IAlfBranch
              • Alf::IAlfContainer
              • Alf::IAlfElement
              • Alf::IAlfEventOutputSignalSubscriber
              • Alf::IAlfFlowLayoutPolicy
              • Alf::IAlfGridLayoutPolicy
              • Alf::IAlfInterfaceBase
              • Alf::IAlfLayoutManager
              • Alf::IAlfLayoutPreferences
              • Alf::IAlfMap
              • Alf::IAlfModel
              • Alf::IAlfModelBase
              • Alf::IAlfModelChangeObserver
              • Alf::IAlfSortFunction
              • Alf::IAlfVariantType
              • Alf::IAlfWidget
              • Alf::IAlfWidgetControl
              • Alf::IAlfWidgetEventHandler
              • Alf::TAlfWidgetAttributeCommand
              • AlfWidgetEventHandler
              • IAlfAppEvent
              • attrproperty.h
              • ialfelement.h
              • ialfflowlayoutpolicy.h
              • ialfgridlayoutpolicy.h
              • ialflayoutmanager.h
              • ialflayoutpreferences.h
              • ialfmodel.h
              • ialfwidget.h
              • ialfwidgetcontrol.h
              • ialfwidgeteventhandler.h
            • ALF Widget Utils API
              • Alf::AlfFactoryPluginLoader
              • Alf::AlfWidgetFactoryLoader
              • Alf::IAlfFactoryPlugin
              • Alf::IfId
              • ialffactoryplugin.h
              • osncore::AlfAttributeException
              • osncore::AlfDataException
              • osncore::AlfElementException
              • osncore::AlfException
              • osncore::AlfVisualException
              • osncore::AlfWidgetException
            • Gesture Helper API
              • GestureHelper::CGestureControl
              • GestureHelper::HitTest
              • GestureHelper::MGestureEvent
              • GestureHelper::MGestureObserver
              • GestureHelper::TRealPoint
              • gestureobserver.h
            • MUL Data Model API
              • Alf::IMulModel
              • Alf::IMulModelBase
              • Alf::IMulModelProvider
              • Alf::IMulVariantType
              • Alf::MulDataPath
              • Alf::MulModelUtility
              • Alf::MulUtility
              • Alf::MulVariantType
              • Alf::MulVisualItem
                • Alf::MulVisualItem::MulAttribute
              • CKeyBoardUtility
              • CQwertySubscriber
              • imulmodel.h
            • MUL Widget API
              • Alf::IMulWidget
              • Alf::MulWidgetDef
              • imulwidget.h
            • OSN Container API
              • osncore::AlfPtrVector
              • osncore::AlfPtrVectorImpl
              • osncore::IDeleter
            • OSN Global API
              • osncore::CPoint
              • osncore::CRect
              • osncore::CSize
              • osnnew.h
              • osntypes.h
            • OSN String API
              • osncore::UString
                • osncore::UString::InvalidUtf8
              • osncore::UtfProxy
              • ustring.h
        • Remote Connectivity
          • Backup and Restore
            • Backup Engine
              • conn::CDataOwnerInfo
              • conn::CJavaManagerInterface
              • conn::CSBEClient
              • conn::CSBEFileEntry
              • conn::CSBGenericDataType
              • conn::CSBGenericTransferType
              • conn::CSBJavaId
              • conn::CSBJavaTransferType
              • conn::CSBPackageId
              • conn::CSBPackageTransferType
              • conn::CSBSIDTransferType
              • conn::CSBSecureId
              • conn::CSecureBUREncryptKeySource
              • conn::CleanupResetAndDestroy
              • conn::RExternalisableArray
              • conn::TDataOwnerAndStatus
              • conn::TRestoreFileFilter
              • javamanagerinterface.h
              • sbtypes.h
          • MTP Data Providers
            • MTP PictBridge Data Provider
              • RPtp
              • rptp.h
          • MTP Frameworks
            • MTP Framework
              • CMTPDataProviderPlugin
              • CMTPMetaData
                • CMTPMetaData::TElementMetaData
                • CMTPMetaData::TPathHash
              • CMTPObjectMetaData
              • CMTPStorageMetaData
              • CMTPTypeArray
              • CMTPTypeCompoundBase
                • CMTPTypeCompoundBase::RMTPTypeCompoundFlatChunk
                • CMTPTypeCompoundBase::TElementInfo
              • CMTPTypeDeleteObjectPropList
              • CMTPTypeDeleteServicePropList
              • CMTPTypeDevicePropDesc
                • CMTPTypeDevicePropDesc::RMTPTypeDevicePropDescForm
                • CMTPTypeDevicePropDesc::TPropertyInfo
              • CMTPTypeDevicePropDescEnumerationForm
              • CMTPTypeDevicePropDescRangeForm
              • CMTPTypeFile
                • CMTPTypeFile::CFileWriter
              • CMTPTypeFormatCapability
              • CMTPTypeInterdependentPropDesc
              • CMTPTypeInterdependentProperties
              • CMTPTypeList
              • CMTPTypeObjectInfo
              • CMTPTypeObjectPropDesc
                • CMTPTypeObjectPropDesc::RMTPTypeObjectPropDescForm
                • CMTPTypeObjectPropDesc::TPropertyInfo
              • CMTPTypeObjectPropDescEnumerationForm
              • CMTPTypeObjectPropDescRangeForm
              • CMTPTypeObjectPropList
              • CMTPTypeObjectPropListElement
              • CMTPTypeOpaqueData
              • CMTPTypeServiceCapabilityList
              • CMTPTypeServiceEventElement
              • CMTPTypeServiceEventList
              • CMTPTypeServiceFormatElement
              • CMTPTypeServiceFormatList
              • CMTPTypeServiceInfo
              • CMTPTypeServiceMethodElement
              • CMTPTypeServiceMethodList
              • CMTPTypeServiceMethodParamExtnForm
              • CMTPTypeServiceObjPropExtnForm
              • CMTPTypeServicePropDesc
              • CMTPTypeServicePropDescList
              • CMTPTypeServicePropList
              • CMTPTypeServicePropListElement
              • CMTPTypeServicePropertyElement
              • CMTPTypeServicePropertyList
              • CMTPTypeStorageInfo
              • CMTPTypeString
              • CMTPTypeTrivialData
              • CMtpExtnDevicePropPlugin
              • MExtnDevicePropDp
              • MMTPConnection
              • MMTPDataCodeGenerator
              • MMTPDataProvider
              • MMTPDataProviderConfig
              • MMTPDataProviderFramework
              • MMTPFrameworkConfig
              • MMTPObjectMgr
              • MMTPReferenceMgr
              • MMTPSession
              • MMTPStorageMgr
              • MMTPType
              • RMTPClient
              • RMTPObjectMgrQueryContext
              • RMTPType
              • TMTPBTRemoteDevice
              • TMTPNotificationParamsFolderChange
              • TMTPNotificationParamsHandle
              • TMTPNotificationParamsModeChange
              • TMTPNotificationParamsSessionChange
              • TMTPNotificationParamsStorageChange
              • TMTPObjectMgrQueryParams
              • TMTPStorageMgrQueryParams
              • TMTPTypeDataPair
              • TMTPTypeEvent
              • TMTPTypeFlatBase
                • TMTPTypeFlatBase::TElementInfo
              • TMTPTypeGuid
                • TMTPTypeGuid::T_GUID
              • TMTPTypeInt128
              • TMTPTypeInt16
              • TMTPTypeInt32
              • TMTPTypeInt64
              • TMTPTypeInt8
              • TMTPTypeIntBase
              • TMTPTypeNull
              • TMTPTypeRequest
              • TMTPTypeResponse
              • TMTPTypeUint128
              • TMTPTypeUint16
              • TMTPTypeUint32
              • TMTPTypeUint64
              • TMTPTypeUint8
              • TMTPTypeUintBase
              • cmtpdataproviderplugin.h
              • cmtpextndevdp.h
              • cmtptypeformatcapabilitylist.h
              • mmtptype.h
              • rmtpclient.h
          • MTP Transports
            • MTP PTP-IP Transport
              • CPTPIPHostFilterInterface
              • MPTPIPController
              • MPTPIPHostFilter
              • RPTPIPFramework
          • OBEX
            • OBEX Extension API
              • CObexServerPacketAccessExtension
              • MObexClientErrorResolver
              • MObexServerRequestPacketNotify
              • MObexServerRequestPacketNotifyRegister
              • mobexclienterrorresolver.h
              • mobexserverrequestpacketnotify.h
              • mobexserverrequestpacketnotifyregister.h
            • OBEX Protocol
              • CObex
                • CObex::TSetPathInfo
              • CObexActiveRW
              • CObexBaseObject
              • CObexBufObject
              • CObexClient
              • CObexConnector
              • CObexFileObject
              • CObexHeader
              • CObexHeaderSet
              • CObexNullObject
              • CObexPacket
              • CObexReaderBase
              • CObexServer
              • CObexTransportControllerBase
              • CObexWriterBase
              • MObexAuthChallengeHandler
              • MObexFinalPacketObserver
              • MObexHeaderCheck
              • MObexNotify
              • MObexNotifyExtend
              • MObexReadActivityObserver
              • MObexServerNotify
              • MObexServerNotifyAsync
              • MObexTransportNotify
              • TObexBluetoothProtocolInfo
              • TObexBufferingDetails
              • TObexConnectInfo
              • TObexConnectionInfo
              • TObexData
              • TObexFilenameBackedBuffer
              • TObexInternalHeader
              • TObexIrProtocolInfo
              • TObexIrTransportInfo
              • TObexIrV2TransportInfo
              • TObexIrV3TransportInfo
              • TObexMatchHeader
              • TObexMatchHeaderType
              • TObexProtocolInfo
              • TObexProtocolPolicy
              • TObexPureFileBuffer
              • TObexRFileBackedBuffer
              • TObexTransportInfo
              • TObexUsbProtocolInfo
              • TObexUsbProtocolInfoV2
              • obexbaseobject.h
              • obexconstants.h
              • obexconstantsinternal.h
              • obexinternalconstants.h
              • obexinternalheader.h
              • obexpanics.h
              • obextransportconstants.h
              • obextransportcontrollerbase.h
              • obextypes.h
        • Remote Management
          • Policy Management
            • DM Util Server
              • CDMUtilActiveObserver
              • DMUtilClientServer.h
              • MActiveCallBackObserver
              • PMUtilInternalCRKeys.h
              • RDMUtil
              • TDMUtilPassiveObserver
            • Policy Management Build
              • CDMUtilActiveObserver
              • DMUtilClientServer.h
              • MActiveCallBackObserver
              • PMUtilInternalCRKeys.h
              • RDMUtil
              • TDMUtilPassiveObserver
          • Remote Management Platform Interfaces
            • Common Agent util and definitions API
              • CNSmlPhoneInfo
              • CleanupPtrArrayDelete
              • CleanupRImplInfoPtrArrayDelete
              • CleanupRPtrArrayDelete
              • NSmlUnicodeConverter
              • _NSmlDummy
              • _NSmlDummyRArr
              • nsmlconstants.h
            • DCMO Adapter API
              • dcmoconst.h
            • DCMO Control API
              • RDCMOClient
              • RDCMOClientBase
            • DM Constant Definitions API
              • nsmldmconst.h
            • DM Tree APIs
              • CNSmlDmAdapterElement
              • CNSmlDmDbHandler
              • CNSmlDmModule
              • CNSmlDmURIMapping
              • CNSmlGetPropertyElement
              • MNSmlDmModuleCallBack
              • RNSmlDMCallbackSession
              • nsmldmdbhandler.h
            • DM Utils API
              • CNSmlDMIAPMatcher
              • NSmlDmURI
              • nsmldmiapmatcher.h
              • nsmldmuri.h
            • Data Synchronization Notification API
              • DataSyncInternalPSKeys.h
            • Data Synchronization Plug-in API
              • CSmlDataField
              • CSmlDataProperty
              • CSmlDataPropertyParam
              • CSmlDataProvider
              • CSmlDataStore
              • CSmlDataStoreFormat
              • CSmlFilterCapability
              • CSmlMimeFormat
              • CSyncMLFilter
              • CSyncMLFilterProperty
              • MSmlDataItemUidSet
              • MSmlSyncRelationship
              • SmlDataProvider.h
              • SmlDataSyncDefs.h
              • TSmlSyncTypeMask
            • Device Management Parameter API
              • DevManInternalCRKeys.h
            • Device Management plug-in API
              • CSmlDmAdapter
              • MSmlDmAdapter
              • MSmlDmCallback
              • MSmlDmDDFObject
              • TSmlDmAccessTypes
              • TSmlDmMappingInfo
            • Diagnostics Framework API
              • MDiagExecPlanEntry
              • MDiagPluginExecPlan
            • Diagnostics Plug-in API
              • CDiagSuitePluginBase
                • CDiagSuitePluginBase::TPrivateData
              • CDiagTestPluginBase
                • CDiagTestPluginBase::TPrivateData
              • DiagPlugin.h
              • MDiagPlugin
              • MDiagSuiteObserver
              • MDiagSuitePlugin
              • MDiagTestObserver
              • MDiagTestPlugin
            • Diagnostics Plugin Pool API
              • MDiagPluginPoolObserver
            • Diagnostics Plugin Utility API
              • CDiagNetworkRegStatusWatcher
              • CDiagPluginWaitingDialogWrapper
              • MDiagLogEventEraserObserver
              • MDiagNetworkRegStatusObserver
            • Diagnostics Results API
              • CDiagResultDetailBasic
              • DiagResultDetailBasic.h
              • MDiagResultDetail
            • FOTA Engine API
              • RFotaEngineSession
              • RFotaWriteStream
              • TDP2StreamBuf
              • fotaConst.h
            • OBEX Client session API
              • RNSmlDMObexClientSession
              • RNSmlDSObexClientSession
              • RNSmlObexClientSession
            • OMA DS Extensions API
              • CNSmlChangeFinder
              • CNSmlDataItemUidSet
              • TNSmlSnapshotItem
              • nsmlchangefinder.h
            • OMA Provisioning Adapter API
              • CWPAdapter
              • CWPCharacteristic
              • CWPParameter
              • MWPContextExtension
              • MWPElement
              • MWPVisitor
              • WPAdapterUtil
            • OMA Provisioning Engine API
              • CWPEngine
              • CWPEngine.h
            • PNPMS Utils API
              • CPnpProvUtil
              • CPnpUtilImpl
              • MPnpToPaosInterface
              • PnpToPaosInterface.h
            • Policy Management Certificate API
              • RDMCert
            • Policy Management Request API
              • PolicyEngineClientServer.h
              • PolicyEngineXACML.h
              • RElementIdArray
              • RPolicyEngine
              • RPolicyManagement
              • RPolicyRequest
              • TElementInfo
              • TElementInfoHelpPack
              • TParserResponse
              • TRequestContext
              • TResponse
            • SCP Server API
              • CSCPParamObject
              • RSCPClient
              • SCPClient.h
              • SCPServerInterface.h
            • Setting Enforcement Info API
              • CSettingEnforcementInfo
            • Sync Service API
              • CSyncService
              • CSyncServiceSession
              • RSyncService
              • SyncServiceParams.h
              • TSyncParameters
              • TSyncServiceParam
            • SyncML Alert API
              • CNSmlDMAlertItem
              • CNSmlDMAuthInfo
              • RNSmlPrivateAPI
            • SyncML Client API
              • CSmlAlertInfo
              • CSyncMLHistoryEntry
              • CSyncMLHistoryJob
                • CSyncMLHistoryJob::TTaskInfo
              • CSyncMLHistoryPushMsg
              • CSyncMLTransportPropertiesArray
              • MSyncMLEventObserver
              • MSyncMLProgressObserver
                • MSyncMLProgressObserver::TSyncMLDataSyncModifications
              • RContactSuiteSyncMLSession
              • RSyncMLConnection
              • RSyncMLDataProvider
              • RSyncMLDataSyncJob
              • RSyncMLDataSyncProfile
              • RSyncMLDevMan
              • RSyncMLDevManJob
              • RSyncMLDevManProfile
              • RSyncMLHistoryLog
              • RSyncMLJobBase
              • RSyncMLProfileBase
              • RSyncMLSession
              • RSyncMLSettings
              • RSyncMLTask
              • RSyncMLTransport
              • SyncMLDef.h
              • SyncMLErr.h
              • SyncMLHistory.h
              • TSyncMLTransportPropertyInfo
            • SyncML DS Error Reporting API
              • NsmlOperatorErrorCRKeys.h
            • SyncML Notifier API
              • SyncMLNotifier.h
              • SyncMLNotifierParams.h
              • TSyncMLAppLaunchNotifParams
              • TSyncMLAppLaunchNotifRetVal
              • TSyncMLDlgNotifParams
              • TSyncMLDlgNotifRetVal
              • TSyncMLDlgNotifReturnParams
              • TSyncMLFwUpdNotifParams
              • TSyncMLFwUpdNotifRetVal
            • SyncML Notifier Roaming API
              • SyncMLNotifierDomainCRKeys.h
            • Terminal Security Device Lock API
              • CDMEncryptionUtil
              • CTC3rdPartyParamsEcomIF
              • MDMEncryptionUtilInterface
              • RTerminalControl
              • RTerminalControl3rdPartySession
              • TParamChange
              • TerminalControl3rdPartyParamsPluginDef.h
              • dmencryptionutilinterface.h
            • Update Package Storage Plug-in API
              • CFotaStorage
          • Terminal Security
            • Security Code Proxy
              • CSCPPlugin
              • MSCPPluginEventHandler
              • SCP_IDs.h
              • dmeventnotifiercrkeys.h
            • Terminal Security Build
              • CSCPPlugin
              • MSCPPluginEventHandler
              • SCP_IDs.h
              • dmeventnotifiercrkeys.h
        • Remote Storage
          • Remote Storage Framework
            • RSFW Mount Manager
              • RsfwMountUtils
              • rsfwmountutils.h
            • RSFW Mount Store
              • CRsfwConfig
              • CRsfwMountStore
              • MRsfwMountStoreObserver
              • rsfwconfig.h
            • RSFW Notifier Plugins
              • TRsfwAuthenticationDlgRequest
              • TRsfwNotPluginRequest
              • TRsfwSaveToDlgRequest
              • rsfwauthenticationdlgrequest.h
              • rsfwnotpluginrequest.h
              • rsfwsavetodlgrequest.h
            • Remote File Engine
              • CRsfwConnectionManager
              • CRsfwDirEnt
              • CRsfwDirEntAttr
              • CRsfwRemoteAccess
              • MRsfwConnectionObserver
              • MRsfwRemoteAccessObserver
              • MRsfwRemoteAccessResponseHandler
              • RRsfwControl
              • RRsfwSession
              • TDirEnt
              • TDirEntAttr
              • TFid
              • TIapInfo
              • TRfeCloseInArgs
              • TRfeCreateInArgs
              • TRfeCreateOutArgs
              • TRfeFetchDataInArgs
              • TRfeFetchDataOutArgs
              • TRfeFetchInArgs
              • TRfeFetchOutArgs
              • TRfeFlushInArgs
              • TRfeFsyncInArgs
              • TRfeGetAttrInArgs
              • TRfeGetAttrOutArgs
              • TRfeInArgs
              • TRfeIoctlInArgs
              • TRfeLookupInArgs
              • TRfeLookupOutArgs
              • TRfeMkdirInArgs
              • TRfeMkdirOutArgs
              • TRfeOpenByPathInArgs
              • TRfeOpenByPathOutArgs
              • TRfeOutArgs
              • TRfeRemoveInArgs
              • TRfeRenameInArgs
              • TRfeRmdirInArgs
              • TRfeRootInArgs
              • TRfeRootOutArgs
              • TRfeSetAttrInArgs
              • TRfeWriteDataInArgs
              • TRfeWriteDataOutArgs
              • rsfwcommon.h
              • rsfwcontrol.h
              • rsfwfile.h
              • rsfwinterface.h
              • rsfwremoteaccess.h
          • Remote Storage Platform Interfaces
            • Remote Storage Framework Access Protocol Plugin API
              • CRsfwMountEntry
              • CRsfwMountMan
              • MRsfwMountManObserver
              • TRsfwMountConfig
              • TRsfwMountInfo
              • TRsfwMountStatus
              • rsfwmountentry.h
              • rsfwmountman.h
        • SVG Tiny
          • SVG Tiny Platform Interfaces
            • NVG API
              • CNvgEngine
              • MNVGIcon
              • MVGImageBinder
            • SVGT API
              • CJavaError
              • CSvgEngineInterfaceImpl
              • CSvgErrorImpl
              • CSvgJavaInterfaceImpl
              • MJavaError
              • MRect
              • MSVGImageLoadingObserver
              • MSvgError
              • MSvgInteractiveElementListener
              • MSvgListener
              • MSvgLoadingListener
              • MSvgMouseListener
              • MSvgRequestObserver
              • MSvgTextAreaListener
              • MSvgTextListener
              • MSvgViewPortListener
              • SVGEngineInterfaceImpl.h
              • SVGListener.h
              • SvgJavaInterfaceImpl.h
        • Security Services
          • PKI Utilities
            • Online Certificate Status Protocol
              • COCSPCaDirectAuthorisationScheme
              • COCSPClient
              • COCSPDelegateAuthorisationScheme
              • COCSPDirectAuthorisationScheme
              • COCSPParameters
              • COCSPRequest
              • COCSPRequestCertInfo
              • COCSPResponse
              • COCSPResponseCertInfo
              • COCSPTransportDefault
              • COCSPTransportHttp
              • COcspPolicy
              • MOCSPAuthorisationScheme
              • MOCSPTransport
              • TOCSPOutcome
              • ocsppolicy.h
              • ocsprequestandresponse.h
          • Security Services Platform Interfaces
            • CMS API
              • CCMSAttribute
              • CCMSAuthenticatedData
              • CCMSCertificateChoices
              • CCMSCertificateChoices.h
              • CCMSContentInfo
              • CCMSEncapsulatedContentInfo
              • CCMSIssuerAndSerialNumber
              • CCMSKEKRecipientInfo
              • CCMSKEKRecipientInfo.h
              • CCMSKeyAgreeRecipientInfo
              • CCMSKeyAgreeRecipientInfo.h
              • CCMSKeyIdentifier
              • CCMSKeyTransRecipientInfo
              • CCMSKeyTransRecipientInfo.h
              • CCMSOriginatorIdentifierOrKey
              • CCMSOriginatorInfo
              • CCMSOriginatorPublicKey
              • CCMSRecipientEncryptedKey
              • CCMSRecipientInfo
              • CCMSSequence
              • CCMSSignedData
              • CCMSSignerInfo
              • CCMSX509AlgorithmIdentifier
              • CCMSX509AttributeCertificate
              • CCMSX509AttributeCertificateInfo
              • CCMSX509Certificate
              • CCMSX509CertificateList
              • CCMSX509CertificateListParameters
              • CCMSX509GeneralName
              • CCMSX509GeneralNames
              • CCMSX509IssuerSerial
              • CCMSX509RevokedCertificate
              • CCMSX509Signed
              • CCMSX509SubjectPublicKeyInfo
              • CCMSX509Validity
              • MCMSModule
            • Device Encryption Adaptation API
              • CDevEncEngineBase
              • DevEncEngineConstants.h
            • Device Encryption Common Utils API
              • CDevEncDiskUtils
              • CDevEncKeyUtils
              • CDevEncSession
              • CDevEncSessionBase
              • CDiskStatusObserver
              • CMmcObserver
              • DevEncProtectedPSKey.h
              • DevEncSessionBase.h
              • MDiskStatusObserver
              • MMemoryCardObserver
              • MmcInfo.h
              • TMmcInfo
            • Device Key Store Encryption Plug-in API
              • MKeyEncryptor
              • keyencryptor.h
            • Device Lock Access API
              • CDevicelockAccessApi
            • GBA API
              • CGbaUtility
              • GbaUtility.h
              • MGbaObserver
              • TGBABootstrapInputParams
              • TGBABootstrapOutputParams
            • Java Utils API
              • CWimJavaUtils
              • JavaUtils.h
              • TJavaPINParams
            • Keyguard Access API
              • CKeyguardAccessApi
            • Keyguard Configuration API
              • LockDomainCRKeys.h
            • Keylock Policy API
              • CKeyLockPolicyApi
            • Lock Application Server API
              • lockappclientserver.h
            • PKCS12 Parser API
              • MPKCS12
              • PKCS12Factory
              • mpkcs12.h
            • PKI Dialog API
              • MPKIDialog
              • PKIDialogFactory
            • Provisioning API
              • CWimOMAProv
            • Remote Lock API
              • CRemoteLockSettings
              • MRemoteLockSettingsHandler
              • RemoteLockSettings.h
            • Security Code UI API
              • CCodeQueryDialog
              • CManualSecuritySettings
              • CSecurityHandler
              • CSecuritySettings
              • TSecUi
            • WIM Cert API
              • CWimCert
              • WimCert.h
            • X.509 Certificate Name Parser API
              • X509CertNameParser
              • X509CertNameParser.h
        • Service API Framework
          • Service API Framework Platform Interfaces
            • LIW Criteria API
              • CLiwCriteriaItem
              • MLiwNotifyCallback
              • liwcommon.h
            • LIW Generic Parameter API
              • CLiwBuffer
              • CLiwContainer
              • CLiwDefaultList
              • CLiwDefaultMap
              • CLiwGenericParamList
              • CLiwIterable
              • CLiwList
              • CLiwMap
              • MLiwInterface
              • TLiwGenericParam
              • TLiwVariant
                • TLiwVariant::SInt64
                • TLiwVariant::UData
              • liwgenericparam.h
            • LIW Provider Utility API
              • CLiwMenuPane
                • CLiwMenuPane::SMenuIdMap
            • LIW Service Interface Base API
              • CLiwServiceIfBase
            • LIW Service Interface Menu API
              • CLiwServiceIfMenu
            • Runtime Security Manager Client API
              • CPromptData
              • CTrustInfo
              • MSecMgrPromptHandler
              • rtsecmgrscriptsession.h
            • Runtime Security Manager Common API
              • rtsecmgrcommondef.h
            • Runtime Security Manager Utility API
              • CPermission
              • CPermissionSet
              • CScript
              • rtsecmgrpermission.h
              • rtsecmgrpermissionset.h
        • Service Discovery and Usage
          • Service Discovery and Control
            • Service Discovery Framework
              • CPnPServiceDiscoveryBase
              • CPnPServicePublisherBase
              • MPnPObserver
              • RControlChannel
              • RPnPParameterBundle
              • RPnPParameterBundleBase
              • RPnPServiceDiscovery
              • RPnPServicePublisher
              • TControlMessage
              • pnpconstants.h
          • UPnP
            • UPnP Stack
              • CUpnpConnectionManagerProxy
              • CUpnpDeviceLibrary
              • CUpnpDeviceLibraryElement
              • CUpnpHttpFileAccess
              • CUpnpHttpHeaderList
              • CUpnpHttpServer
              • CUpnpHttpTransaction
              • CUpnpMSearchTimer
              • CUpnpSoapMessage
              • CUpnpSsdpMessage
              • CUpnpTcpServer
              • CUpnpTimeoutElement
              • MUpnpDeviceLibraryObserver
              • MUpnpHttpClientObserver
              • MUpnpHttpMessageSenderOwner
              • MUpnpMessageObserver
              • MUpnpTimeoutElementParent
              • RUpnpConnectionManagerSession
              • RUpnpSoapMessageFactory
              • RUpnpSsdpMessageFactory
              • TUpnpSoapParser
              • upnpconnmanagercommon.h
              • upnpcustomlog.h
              • upnpdevicelibrary.h
              • upnpssdpmessagefactory.h
              • upnptcpserver.h
              • upnpuheapmark.h
          • UPnP Stack Platform Interfaces
            • UPnP Common API
              • CHttpDownloader
              • CHttpTransferBase
              • CHttpUploader
              • MHttpTransferObserver
              • MHttpWorkerObserver
              • httptransferbase.h
            • UPnP Control Point API
              • CHttpDownloader
              • CHttpTransferBase
              • CHttpUploader
              • MHttpTransferObserver
              • MHttpWorkerObserver
              • httptransferbase.h
            • UPnP Device API
              • CHttpDownloader
              • CHttpTransferBase
              • CHttpUploader
              • MHttpTransferObserver
              • MHttpWorkerObserver
              • httptransferbase.h
            • UPnP HTTP Server API
              • CHttpDownloader
              • CHttpTransferBase
              • CHttpUploader
              • MHttpTransferObserver
              • MHttpWorkerObserver
              • httptransferbase.h
            • UPnP HTTP Transfer API
              • CHttpDownloader
              • CHttpTransferBase
              • CHttpUploader
              • MHttpTransferObserver
              • MHttpWorkerObserver
              • httptransferbase.h
            • UPnP Utils API
              • CHttpDownloader
              • CHttpTransferBase
              • CHttpUploader
              • MHttpTransferObserver
              • MHttpWorkerObserver
              • httptransferbase.h
        • Shortlink Connectivity
          • Local Connectivity Service
            • Local Connectivity Daemon
              • CLocodBearerPlugin
              • CLocodServicePlugin
              • MLocodBearerPluginObserver
              • MLocodServicePluginObserver
              • TLocodBearerPluginParams
              • TLocodServicePluginParams
            • OBEX Send Services
              • CBTServiceParameterList
              • TBTSUImageParam
              • TBTSUXhtmlParam
            • OBEX Service Managar
              • obexservicemanprop.h
              • obexutilsuilayer.h
          • Shortlink Connectivity Platform Interfaces
            • DUN Secondary Display Notification API
              • dunsecondarydisplayapi.h
            • Dial-up Connection Status API
              • dundomainpskeys.h
            • Generic HID API
              • CCollection
              • CField
              • CGenericHid
              • CHidDriver
              • CHidInputDataHandlingReg
              • CHidTransport
              • CReportRoot
              • MDriverAccess
              • MHidFieldFinder
              • MTransportLayer
              • THidEvent
              • THidFieldSearch
              • TReportSize
              • TReportTranslator
              • TReportUtils
              • hidfield.h
              • hidinterfaces.h
            • Locod Bearer Plugin API
              • CLocodBearerPlugin
              • MLocodBearerPluginObserver
              • TLocodBearerPluginParams
            • OBEX Secondary Display Notification API
              • obexutilssecondarydisplayapi.h
            • OBEX Service Plugin API
              • CSrcsInterface
              • SrcsInterface.h
            • OBEX Service Utils API
              • TObexUtilsMessageHandler
                • TObexUtilsMessageHandler::CDummySessionObserver
                • TObexUtilsMessageHandler::TReceivedData
            • USB OBEX Service Manager Client API
              • CObexUSB
              • usbobex.h
        • Telephony and SIM Services
          • Cellular
            • Service Request
              • MServiceRequestObserver
            • Supplementary Service Settings
              • MSSSettingsRefreshHandler
          • Cellular Baseband Services
            • CBS Server
              • CbsCommon.h
              • CbsServerInternalPSKeys.h
              • RCbs
              • RCbsSettings
              • RCbsTopicCollection
              • RCbsTopicList
              • RCbsTopicMessages
              • TCbsDbImpTopic
              • TCbsDbImpTopicList
              • TCbsDbLanguages
              • TCbsDbTopicIdentity
              • TCbsDbTopicList
          • Converged Call Engine
            • Service Selector
              • CConvergedServiceSelector
                • CConvergedServiceSelector::TSsResult
          • Phone Client/Server
            • AIW Dial Data
              • CAiwInternalDialData
              • aiwinternaldialdata.h
            • Call UI
              • CCaUiEngApi
              • CCaUiEngFactory
              • MCaUiDialResultObserver
            • Emergency Number Policy
              • CEmergencyNumberPolicy
              • cemergencynumberpolicy.h
            • Phone Client
              • CPhCltDialer
              • cphcltextphonedialdata.h
              • telservicesinternalcrkeys.h
          • SIM Application Toolkit Engine
            • SAT Server
              • MSatShellController
              • SATInternalPSKeys.h
          • Telephony and SIM Services Platform Interfaces
            • AIW Dial Data Consumer API
              • CAiwDialData
              • aiwdialdata.h
              • aiwdialdataext.h
            • CBS MCN Client API
              • CCbsMcnListener
              • CMcn
              • CMcn.h
              • CMcnTopicArray
              • CbsMcnCommon.h
              • MCbsMcnObserver
              • RCbsMcnSession
              • RMcnSubSession
              • TCbsMcnMessage
            • CBS Message API
              • CCbsMessageClient
              • CbsCommonTypes.h
              • TCbsDbMessage
              • TCbsDbTopic
            • Call Information API
              • CCallInformation
              • MCall
              • MCallInformationObserver
            • Call Remote Party Information API
              • MCallRemotePartyInformationObserver
            • CallUI Reconnect Query API
              • CCaUiReconnectQuery
              • MCaUiReconnectQueryObserver
            • Central Repository Database API
              • CCenRepDatabaseProperty
              • cenrepdatabaseproperty.h
            • Converged Call Engine API
              • CCCE
              • CCCECallParameters
              • MCCECSCall
              • MCCECall
              • MCCECallObserver
              • MCCEConferenceCall
              • MCCEConferenceCallObserver
              • MCCEDtmfInterface
              • MCCEDtmfObserver
              • MCCEExtensionInterface
              • MCCEExtensionObserver
              • MCCEForwardInterface
              • MCCEObserver
              • MCCESsObserver
              • MCCETransferInterface
              • ccce.h
              • cccecallparameters.h
            • Converged Call Provider API
              • CCCPCallParameters
              • CConvergedCallProvider
              • CSInfo
              • MCCPCSCall
              • MCCPCSObserver
              • MCCPCall
              • MCCPCallObserver
              • MCCPConferenceCall
              • MCCPConferenceCallObserver
              • MCCPDTMFObserver
              • MCCPDTMFProvider
              • MCCPEmergencyCall
              • MCCPExtensionObserver
              • MCCPExtensionProvider
              • MCCPForwardObserver
              • MCCPForwardProvider
              • MCCPObserver
              • MCCPSsObserver
              • MCCPTransferObserver
              • MCCPTransferProvider
              • TCCPLifeTimeData
              • cconvergedcallprovider.inl
              • ccpdefs.h
              • mccpobserver.h
            • Default Emergency Numbers API
              • defaultemergencynumberscrkeys.h
            • Dial Utils API
              • CDialUtilsApi
              • CDialUtilsFactory
            • Incoming Call Monitor API
              • icmapi.h
            • Network Handling Engine API
              • CNWSession
              • MNWMessageObserver
              • NWHandlingEngine.h
              • TNWInfo
            • Phone Client API
              • PhCltTypes.h
              • RPhCltServer
              • RPhCltServer.h
            • Phone Client Command Handler API
              • CPhCltCommandHandler
              • CPhCltCommandHandler.h
              • TPhCltComHandCommandParameters
            • Phone Client Emergency Call API
              • CPhCltEmergencyCall
              • CPhCltEmergencyCall.h
              • MPhCltEmergencyCallObserver
            • Phone Client Image Handler API
              • CPhCltBaseImageParams.h
              • CPhCltImageHandler
              • CPhCltImageParams
              • CPhCltImageParams.h
              • MPhCltImageObserver
              • TPhCltImageArray
              • TTelephonyOTALogoUpdate
            • Phone Client Messenger API
              • CPhCltMessenger
              • CPhCltMessenger.h
              • TPhCltMessengerParameters
            • Phone Client Notify API
              • CPhCltCallNotify
              • CPhCltDialData
              • MPhCltComHandRequestObserver
              • MPhCltDialEmergencyRequestObserver
              • MPhCltDialRequestObserver
              • cphcltdialdata.h
            • Phone Client Server Information API
              • PhoneClientServerDomainPSkeys.h
              • TTelOTALogoUpdate
            • Phone Client USSD API
              • CPhCltUssd
              • CPhCltUssd.h
            • Phone Client USSD Internal API
              • CPhCltUssdInt
              • CPhCltUssdSatClient
            • Phone Client Utility API
              • PhCltUtils
            • Phone Settings API
              • CPSetRefreshHandler
              • CPsetCallBarring
              • CPsetCallDiverting
              • CPsetCallWaiting
              • CPsetCli
              • CPsetContainer
              • CPsetCustomerServiceProfile
              • CPsetNetwork
              • CPsetSAObserver
              • MPsetCallBarring
              • MPsetCallDiverting
              • MPsetCallWaiting
              • MPsetCli
              • MPsetNetworkMode
              • MPsetNetworkSelect
                • MPsetNetworkSelect::TCurrentNetworkInfo
                • MPsetNetworkSelect::TNetworkId
                • MPsetNetworkSelect::TNetworkInfo
              • PsetConstants.h
              • TCallBarringSetting
              • TCallDivertNotifySetting
              • TCallDivertSetting
            • Phone Settings Notes UI API
              • CPsuiBarringObs
              • CPsuiCliObserver
              • CPsuiContainer
              • CPsuiDivertObs
              • CPsuiWaitingObs
              • PsuiConstants.h
            • Phone Settings Observer API
              • MPsetBarringObserver
              • MPsetCallWaitingObserver
              • MPsetCliObserver
              • MPsetDivertObserver
              • MPsetNetworkInfoObs.h
              • MPsetNetworkInfoObserver
              • MPsetNetworkModeObserver
              • MPsetRequestObserver
            • SAT Client API
              • RSatSession
            • SAT Configuration API
              • satdomainpskeys.h
            • SAT Refresh API
              • MSatRefreshObserver
              • RSatRefresh
              • msatrefreshobserver.h
            • SAT Service API
              • RSatService
              • rsatservice.h
            • SS Settings API
              • MSSSettingsObserver
              • MSSSettingsRefreshObserver
              • RCustomerServiceProfileCache
                • RCustomerServiceProfileCache::TCspCacheData
              • RSSSettings
                • RSSSettings::TSSSettingsData
            • Secondary Display SAT API
              • TSatCommandData
              • secondarydisplaysatapi.h
            • Service Provider Settings API
              • CSPEntry
              • CSPProperty
              • CSPSettings
              • MSPNotifyChangeObserver
              • spdefinitions.h
            • String Parser API
              • CPhoneGsmEmergencyNumberHandler
              • CPhoneGsmHandlerBase
              • CPhoneGsmHandlerContainer
              • CPhoneGsmManufacturerHandler
              • CPhoneGsmMiscHandler
              • CPhoneGsmOptionContainerBase
              • CPhoneGsmOptionContainerBase.h
              • CPhoneGsmParserBase
              • CPhoneGsmParserBase.h
              • CPhoneGsmParserResult
              • CPhoneGsmPcnProcedureHandler
              • CPhoneGsmPhoneNumberHandler
              • CPhoneGsmSimControlHandler
              • CPhoneGsmSsCallHandler
              • CPhoneGsmSsHandler
              • CPhoneVoipNumberHandler
              • PhoneGsmParser
            • Telephony Mediator API
              • TelephonyMediator::TTelephonyCallDataParam
              • mediatoraudiocommandstotelephonyapi.h
              • mediatorcommandstotelephonyapi.h
              • mediatoreventsfromtelephonyapi.h
            • Telephony Network Information API
              • NetworkHandlingDomainPSKeys.h
            • Voice Mailbox Number API
              • MServiceNotifyHandler
              • MVmbxAlsObserver
              • MVmbxNotifyHandler
              • RVmbxNumber
              • TVmbxEntry
              • TVmbxServiceInfo
              • TVmbxServiceSelection
              • vmnumber.h
        • UI Accelerator
          • UI Accelerator Platform Interfaces
            • ALF Client Server API
              • CAlfAppSrvSessionBase
              • MAlfSrvSettingsObserver
              • MWindowVisibilityObserver
              • RAlfClientBase
            • ALF Core Toolkit API
              • CHuiAnimatedTexture
              • CHuiAutoSizeImageLoaderUtil
              • CHuiBrush
              • CHuiCanvasCmdBufferReader
              • CHuiCanvasVisual
              • CHuiControl
                • CHuiControl::SConnection
              • CHuiCurvePath
                • CHuiCurvePath::TSegment
              • CHuiDisplayCoeControl
              • CHuiGc
              • CHuiGridLayout
              • CHuiImageLoaderUtil
              • CHuiLayout
              • CHuiM3GMesh
              • CHuiProceduralMesh
              • CHuiS60Skin
                • CHuiS60Skin::CSkinItem
              • CHuiTexture
                • CHuiTexture::TExtParams_UploadDirectL
                • CHuiTexture::TSegment
              • CHuiTextureManager
                • CHuiTextureManager::SLoadQueueEntry
                • CHuiTextureManager::TAnimatedTextureGroupItem
              • CHuiTextureProcessor
              • CHuiVisual
              • HuiDisplay.h
              • HuiEnv.h
              • HuiFixMath
              • HuiGc.h
              • HuiRoster.h
              • HuiTexture.h
              • HuiTransformation.h
              • HuiUtil.h
              • HuiVisual.h
              • MHuiActionObserver
              • MHuiBitmapProvider
              • MHuiBrushGuide
              • MHuiBufferDrawer
              • MHuiDisplayDeletionObserver
              • MHuiDisplayRefreshObserver
              • MHuiDisplayVisibleAreaObserver
              • MHuiEnvObserver
              • MHuiEventHandler
              • MHuiFbsBitmapBufferGc
              • MHuiGc
              • MHuiLowMemoryObserver
              • MHuiMappingFunction
              • MHuiMemoryLevelObserver
              • MHuiRosterObserver
              • MHuiScreenBufferObserver
              • MHuiSegmentedTexture
              • MHuiSessionObject
              • MHuiShadowedTexture
              • MHuiTexture
              • MHuiTextureAutoSizeObserver
              • MHuiTextureContentObserver
              • MHuiTextureLoadingCompletedObserver
              • MHuiTextureManagerStateChangedObserver
              • MHuiTimeObserver
              • MHuiVisualOwner
              • RHuiObserverArray
              • RHuiOwnedPointer
              • THuiActionCommand
              • THuiAverageMappingFunction
              • THuiBoxMetric
              • THuiCanvasTextParameters
              • THuiCommand
              • THuiConstantMappingFunction
              • THuiControlCommand
              • THuiCosineMappingFunction
              • THuiCustomEventCommand
              • THuiFont
              • THuiGroupCommand
              • THuiImageCommand
              • THuiInteractionInterval
              • THuiLinearMappingFunction
              • THuiM3GMeshAnimationController
              • THuiMarkerCommand
              • THuiMaterial
              • THuiMetric
              • THuiObjectCommand
              • THuiPathPoint
              • THuiPointCommand
              • THuiRealPoint
              • THuiRealSize
              • THuiSineMappingFunction
              • THuiTextCommand
              • THuiTextStyle
              • THuiTextureHandle
              • THuiThemeImageparams
              • THuiTimedPoint
              • THuiTimedValue
              • THuiTransformationCommand
              • THuiValueCommand
              • THuiVisualCommand
              • THuiXYMetric
              • huifixmath.h
              • huim3gmesh.h
              • huitextstyle.h
            • ALF Extended Visual API
              • AlfTransEffectPlugin.h
              • CAlfLCTAnchorLayout
              • CAlfLCTGridLayout
              • CAlfLCTTextVisual
                • CAlfLCTTextVisual::TLCTTextVisualPrivateData
              • MAlfGfxEffectPlugin
              • MAlfTransEffectObserver
              • MAlfTransEffectPlugin
            • ALF Extension API
              • AlfBoxMetricUtility
              • AlfFileTokenUtility
              • AlfMetricUtility
              • AlfTimedPointUtility
              • AlfTimedValueUtility
              • AlfXYMetricUtility
              • CAlfAnchorLayoutHandler
              • CAlfBorderBrushHandler
              • CAlfBrushHandler
              • CAlfCanvasVisualHandler
              • CAlfCurvePathLayoutHandler
                • CAlfCurvePathLayoutHandler::TCurvePathLayoutPrivateData
              • CAlfDeckLayoutHandler
              • CAlfDropShadowBrushHandler
              • CAlfFlowLayoutHandler
              • CAlfFrameBrushHandler
              • CAlfGradientBrushHandler
              • CAlfGridLayoutHandler
              • CAlfImageBrushHandler
              • CAlfImageVisualHandler
              • CAlfLCTAnchorLayoutHandler
              • CAlfLCTGridLayoutHandler
              • CAlfLCTTextVisualHandler
              • CAlfLayoutHandler
              • CAlfLineVisualHandler
              • CAlfMeshVisualHandler
              • CAlfShadowBorderBrushHandler
              • CAlfTextVisualHandler
              • CAlfViewportLayoutHandler
              • CAlfVisualHandler
                • CAlfVisualHandler::TPrivateData
              • MAlfExtension
              • MAlfExtensionFactory
              • MAlfInterfaceProvider
              • RFTokenClient
              • TAlfBackBufferUpdate
              • TAlfBlurTextureParams
              • TAlfCreateBorderBrushMetricParams
              • TAlfCreateBorderBrushParams
              • TAlfCreateTextureAnimatedParams
              • TAlfCreateTextureParams
              • TAlfCurvePathArcParams
              • TAlfCurvePathArcRealParams
              • TAlfCurvePathLineParams
              • TAlfCurvePathLineRealParams
              • TAlfDisplayCreateParams
              • TAlfDisplayCreateParams2
              • TAlfDropShadowColorRgbParams
              • TAlfDropShadowColorSkinParams