|
||
UID_NAME_PAIR
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
.
CBaNamedPlugins::TResourceFile
Information about a resource file containing the names of one or more named plug...
|