Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <badef.rh>

Resource Struct UID_NAME_PAIR

UID_NAME_PAIR

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.