Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: badef.rh

Resource Struct BA_RSS_SIGNATURE

BA_RSS_SIGNATURE

Support

Supported from 5.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=0;

A resource file version number. This value must be set if the resource file is loaded by an UI environment.

SRLINK self;

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