Classes | Defines | Functions | Variables

gup.h File Reference

#include "maxheap.h"
#include "gupapi.h"
#include "strbasic.h"

Go to the source code of this file.

Classes

class   GUPHandler
class   GUPList
class   GUP
class   GUPManager

Defines

#define  GUPExport   __declspec( dllimport )
#define  GUPRESULT_KEEP   0x00
#define  GUPRESULT_NOKEEP   0x01
#define  GUPRESULT_ABORT   0x03

Functions

GUPExport void  OpenGUP (GUPInterface *i)
GUPExport void  CloseGUP ()
GUPExport GUP OpenGupPlugIn (const Class_ID id)

Variables

GUPExport GUPManager gupManager

Define Documentation

#define GUPExport   __declspec( dllimport )

Definition at line 16 of file gup.h.

#define GUPRESULT_KEEP   0x00

Definition at line 209 of file gup.h.

#define GUPRESULT_NOKEEP   0x01

Definition at line 210 of file gup.h.

#define GUPRESULT_ABORT   0x03

Definition at line 211 of file gup.h.


Function Documentation

GUPExport void OpenGUP ( GUPInterface i )
GUPExport void CloseGUP ( )
GUPExport GUP* OpenGupPlugIn ( const Class_ID  id )

Variable Documentation

GUPExport GUPManager* gupManager