RLibrary::TInfoV2 Struct Reference

#include <e32std.h>

Link against: eposprvtyp.lib

struct RLibrary::TInfoV2 : public RLibrary::TInfo

Inherits from

Public Attributes
TUint8 iDebugAttributes
TUint8 iHardwareFloatingPoint
TUint8 iSpare
Public Member Enumerations
enumTDebugAttributes { EDebugAllowed, ETraceAllowed }
Inherited Attributes

Detailed Description

Class representing information about an executable binary, (DLL or EXE), version 2.

Member Attribute Documentation

iDebugAttributes

TUint8 iDebugAttributes

Bitmask of values from enum TDebugAttributes.

iHardwareFloatingPoint

TUint8 iHardwareFloatingPoint

Which hardware floating point used, from TFloatingPointType

iSpare

TUint8 iSpare

Member Enumeration Documentation

Enum TDebugAttributes

EnumeratorValueDescription
EDebugAllowed1<<0Flags set if executable may be debugged.
ETraceAllowed1<<1Flags set if executable may be traced.