Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: badef.rh

Resource Struct UID_NAME_PAIR

UID_NAME_PAIR

Support

Supported from 6.1

Description

A resource struct that holds a plug-in's UID and its localised name.

Resource files used by the CBaNamedPlugins class can contain localised names for multiple plug-ins, and their corresponding UIDs. Each UID/name pair is held in a UID_NAME_PAIR struct inside a single ARRAY resource. This type of resource file has a format of CBaNamedPlugins::TResourceFile::EFormatArrayOfUidNamePairs.

See also:

LONG uid;

The plug-in's UID value.

STRUCT name;

An LBUF containing the localised name of the plug-in.