Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CFactoryData Class Reference

#include <hyp.std.factorydata.h>

List of all members.

Public Types

typedef com_result(* PTR_CREATEINSTANCE )(IUnknown *, CUnknown **)

Public Methods

 CFactoryData (const hypCLSID *pCLSID, PTR_CREATEINSTANCE CreateInstance, const std::string &ComponentName)
 CFactoryData (const CFactoryData &aFactoryData)
 ~CFactoryData ()
bool IsClassID (const hypCLSID &clsid) const

Public Attributes

const hypCLSID * m_pCLSID
PTR_CREATEINSTANCE CreateInstance
std::string m_ComponentName


Detailed Description

Contents some important date about a component. Must be initialized when the component server is loaded. This initialization is done typically with the InitLibrary function.


Member Typedef Documentation

typedef com_result (* CFactoryData::PTR_CREATEINSTANCE)(IUnknown*,CUnknown**)
 

Defines a function pointer to a function CreateInstance that must be defined by each component.


Member Function Documentation

bool CFactoryData::IsClassID const hypCLSID &   clsid const [inline]
 

Help function used to find the CLSID of the component.


The documentation for this class was generated from the following file:
Top of Page
written by Pierre Rebours © 2000-2001. Terms of Use.