Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: badef.rh

Resource Struct RSS_SIGNATURE

RSS_SIGNATURE

Support

Supported from 6.0

Description

A utility struct that, used as the first resource in a resource file, provides a way to record what the resource offset is.

It contains two 32-bit fields: a version number and a self-referencing link. The RResourceFile::ConfirmSignatureL() function reads the signature resource and initialises the offset value from this resource.

See also:

LONG signature=EEikResourceSignatureValue;

A resource file version number.

SRLINK self;

A link to the current resource (i.e. itself). This should not be assigned a value.