Registration Class Reference

#include <Registra.h>

Collaboration diagram for Registration:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Registration ()
 Registration (HINSTANCE hinst, HINSTANCE hresource, char *classname, UINT nameid)
void Localize ()
virtual ~Registration ()
void * operator new (size_t size)
void operator delete (void *ptr)

Public Attributes

Registrationm_next
String m_localizedname
String m_classname
String m_filename
HINSTANCE m_hinst
HINSTANCE m_hresource
HICON m_hicon
UINT m_nameid

Detailed Description

Definition at line 9 of file Registra.h.


Constructor & Destructor Documentation

Registration::Registration  )  [inline]
 

Definition at line 19 of file Registra.h.

Registration::Registration HINSTANCE  hinst,
HINSTANCE  hresource,
char *  classname,
UINT  nameid
[inline]
 

Definition at line 21 of file Registra.h.

References m_classname, m_hicon, m_hinst, m_hresource, m_localizedname, m_nameid, and STRINGSIZE.

virtual Registration::~Registration  )  [inline, virtual]
 

Definition at line 49 of file Registra.h.

References m_hinst, and m_hresource.


Member Function Documentation

void Registration::Localize  )  [inline]
 

Definition at line 42 of file Registra.h.

References m_localizedname, and m_nameid.

void Registration::operator delete void *  ptr  )  [inline]
 

Definition at line 60 of file Registra.h.

References FreeExt().

Here is the call graph for this function:

void* Registration::operator new size_t  size  )  [inline]
 

Definition at line 58 of file Registra.h.

References AllocExt().

Here is the call graph for this function:


Member Data Documentation

String Registration::m_classname
 

Definition at line 13 of file Registra.h.

Referenced by Registration().

String Registration::m_filename
 

Definition at line 14 of file Registra.h.

HICON Registration::m_hicon
 

Definition at line 16 of file Registra.h.

Referenced by Registration().

HINSTANCE Registration::m_hinst
 

Definition at line 15 of file Registra.h.

Referenced by Registration(), and ~Registration().

HINSTANCE Registration::m_hresource
 

Definition at line 15 of file Registra.h.

Referenced by Registration(), and ~Registration().

String Registration::m_localizedname
 

Definition at line 12 of file Registra.h.

Referenced by Localize(), and Registration().

UINT Registration::m_nameid
 

Definition at line 17 of file Registra.h.

Referenced by Localize(), and Registration().

Registration* Registration::m_next
 

Definition at line 11 of file Registra.h.


The documentation for this class was generated from the following file:
This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:47:02 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001