Location:
e32std.h
Link against:
typedef TInt (*TLibraryEntry)(TDllReason aReason);
Supported from 5.0
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()
.
|
|