VersionIndependentProgID Class Reference

Represents the VersionIndependentProgID key in a registry. Saves us some typing really. More...

#include <registry.h>

Inheritance diagram for VersionIndependentProgID:

RegistryEntry List of all members.

Public Member Functions

 VersionIndependentProgID (const ClassRegistryEntry &CLSIDEntry)
BOOL GetName (StringBase *const pName)

Static Private Attributes

static const String_32 s_KeyName = TEXT("VersionIndependentProgID")

Detailed Description

Represents the VersionIndependentProgID key in a registry. Saves us some typing really.

Author:
Colin_Barfoot (Xara Group Ltd) <camelotdev@xara.com>
Date:
09/06/97

Definition at line 327 of file registry.h.


Constructor & Destructor Documentation

VersionIndependentProgID::VersionIndependentProgID const ClassRegistryEntry CLSIDEntry  ) 
 

Definition at line 1506 of file registry.cpp.

01507 {
01508     CLSIDEntry.GetEmbeddedEntry(s_KeyName, this);
01509 }


Member Function Documentation

BOOL VersionIndependentProgID::GetName StringBase *const   pName  ) 
 

Definition at line 1512 of file registry.cpp.

01513 {
01514     return GetValue(NullString, pName);
01515 }


Member Data Documentation

const String_32 VersionIndependentProgID::s_KeyName = TEXT("VersionIndependentProgID") [static, private]
 

Definition at line 335 of file registry.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:02:56 2007 for Camelot by  doxygen 1.4.4