Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32std.h
Link against:

Typedef TLibraryEntry

typedef TInt (*TLibraryEntry)(TDllReason aReason);

Support

Supported from 5.0

Description

Defines a function which takes a single argument of type TDllReason and returns a TInt. This is a type which is returned from a call to RLibrary::EntryPoint().

Parameters

TDllReason aReason

An enumeration which gives the reason for entering the DLL.

Return value

TInt

KErrNone, if successful, otherwise one of the system wide error codes