GME  13
Defines | Functions
MgaLauncher.cpp File Reference

Go to the source code of this file.

Defines

#define GME_UMAN_HOME   "Doc/GME Manual and User Guide.chm::/"
#define GME_UMAN_CONTENTS   "index.html"
#define GME_UMAN_MODEL   "models.html"
#define GME_UMAN_ATOM   "atoms.html"
#define GME_UMAN_REFERENCE   "references.html"
#define GME_UMAN_SET   "sets.html"
#define GME_UMAN_CONNECTION   "connectionsandlinks.html"
#define GME_UMAN_FOLDER   "themodelbrowser.html"

Functions

LONG GetRegKey (HKEY key, LPCTSTR subkey, LPTSTR retdata)
HINSTANCE GotoURL (LPCTSTR url, int showcmd)
static int __stdcall nopExceptionFilter (unsigned int code, struct _EXCEPTION_POINTERS *ep)
bool __stdcall InvokeExWithCrashRpt (IMgaComponentEx *compex, IMgaProject *project, IMgaFCO *focusobj, IMgaFCOs *selectedobjs, long param, HRESULT &hr)

Define Documentation

#define GME_UMAN_ATOM   "atoms.html"

Definition at line 39 of file MgaLauncher.cpp.

#define GME_UMAN_CONNECTION   "connectionsandlinks.html"

Definition at line 42 of file MgaLauncher.cpp.

#define GME_UMAN_CONTENTS   "index.html"

Definition at line 37 of file MgaLauncher.cpp.

#define GME_UMAN_FOLDER   "themodelbrowser.html"

Definition at line 44 of file MgaLauncher.cpp.

#define GME_UMAN_HOME   "Doc/GME Manual and User Guide.chm::/"

Definition at line 36 of file MgaLauncher.cpp.

#define GME_UMAN_MODEL   "models.html"

Definition at line 38 of file MgaLauncher.cpp.

#define GME_UMAN_REFERENCE   "references.html"

Definition at line 40 of file MgaLauncher.cpp.

#define GME_UMAN_SET   "sets.html"

Definition at line 41 of file MgaLauncher.cpp.


Function Documentation

LONG GetRegKey ( HKEY  key,
LPCTSTR  subkey,
LPTSTR  retdata 
)

Definition at line 205 of file MgaLauncher.cpp.

HINSTANCE GotoURL ( LPCTSTR  url,
int  showcmd 
)

Definition at line 223 of file MgaLauncher.cpp.

bool __stdcall InvokeExWithCrashRpt ( IMgaComponentEx compex,
IMgaProject project,
IMgaFCO focusobj,
IMgaFCOs *  selectedobjs,
long  param,
HRESULT &  hr 
)

Definition at line 435 of file MgaLauncher.cpp.

static int __stdcall nopExceptionFilter ( unsigned int  code,
struct _EXCEPTION_POINTERS *  ep 
) [static]

Definition at line 429 of file MgaLauncher.cpp.