Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Inter Process Communication Overview


Purpose

Provides idioms and frameworks by which processes can pass requests and data to other running processes.

[Top]


Architectural relationships

The APIs in this group are fundamental to EPOC programming. This is particularly so of the high-level classes in the Asynchronous Services API, which are provide the underlying structure of most EPOC applications.

[Top]


Description

Functionality is provided by a number of APIs. Use them as follows:

Asynchronous Services Overview

Provides the idioms by which one process in EPOC can request services from another.

Client/Server Overview

Provides the EPOC client/server framework, by which a program can offer services to multiple other programs.

Notification Services Overview

Provides miscellaneous low-level services for notifying programs of environment changes and of thread deaths, and for putting simple messages on screen.

[Top]


See also

Environment Change Notifier Overview

Package Buffers Overview

Reference Counting Objects Overview

System Static Functions Overview

Threads And Processes Overview