Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: fbs.h
Link against: fbscli.lib

Class RFbsSession

RFbsSession

Support

Supported from 5.0

Description

A session with the Font and Bitmap Server.

Derivation

RFbsSessionA session with the Font and Bitmap Server
RHandleBaseHandle to an object
RSessionBaseClient-side handle to a session with a server

Defined in RFbsSession:
Connect(), Disconnect(), RFbsSession(), Version()

Inherited from RHandleBase:
Close(), Duplicate(), Handle(), SetHandle()

Inherited from RSessionBase:
Attach(), CreateSession(), EAutoAttach, EExplicitAttach, Send(), SendReceive(), SetRetry(), Share(), TAttachMode


Construction and destruction


RFbsSession()

RFbsSession();

Description

Default constructor.

[Top]


Connection/Disconnection


Connect()

static TInt Connect();

Description

Creates a session with the Font and Bitmap server.

Return value

TInt

KErrNone, if successful; KErrNoMemory if there is not enough memory to create the session; otherwise another of the system-wide error codes.


Disconnect()

static void Disconnect();

Description

Closes the session with the Font and Bitmap server.

[Top]


Status information


Version()

TVersion Version();

Description

Gets the current Font and Bitmap server version.

Return value

TVersion

The current version of the server.