Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: msvapi.h
Link against: msgs.lib

CreateMessageServerL()

CServer* CreateMessageServerL(CMsvServerEntry*& aServerEntry);

Support

Supported from 6.0

Description

Creates a Message Server for the purpose of testing server-side MTMs.

Test programs for server-side MTMs need to instantiate a Message Server, and obtain an initial entry. This function is not required for other purposes.

Parameters

CMsvServerEntry*& aServerEntry

Initial server entry owned by caller.

Return value

CServer*

Message server. This should be deleted at the end of the test.

See also: