links to this page:
SqMOM
The Network is The Mouse
Swiki Page List
MobVM/SmallSqueak Page Cluster
SqMOMProxy
Last updated at 12:13 am UTC on 17 January 2006
From SqMOM.h :
typedef struct SqMOMProxy
{
struct GenericPlugingenericPlugin ;
struct PlugManProxy plugManProxy ;
struct ModManProxymodManProxy ;
struct PlatformProxy platformProxy ;
struct WindowProxywindowProxy ;
struct VirtualMachine interpreterProxy ;
struct PrimitivesProxyprimitivesProxy ;
struct ObjectMemoryProxy objectMemoryProxy ;
struct GenericPlugin* (*newGenericPlugin)(void* funcs[], void* vers[]) ;
HANDLE (*ioDownLoadingPlugin)(char *pluginsDir, char *pluginName) ;
BOOL (*ioDownloadThisFtpOrHttpFileToThisLocalDirectory)(char *pszThisInternetFile, char *pszThisLocalDir, char *pszDstFilePathName) ;
BOOL (*ioGetUrlforThisPlugin)(char *pszPluginsProfile, char *pszPluginName, char *pszUrl, int nSize, int iIniFile) ;
int (*ods)(const TCHAR *fmt, ...) ;
int (GetSqMIniInt)(LPSTR pszSection, LPSTR pszKey, int iDefault, int iIniFile) ;
int (SetSqMIniInt)(LPSTR pszSection, LPSTR pszKey, int iValue, int iIniFile) ;
int (SetSqMIniString)(LPSTR pszSection, LPSTR pszKey, LPSTR pszValue, int iIniFile) ;
void (HandlePrintCrashInfo)(LPEXCEPTION_POINTERS exp) ;
} SqMOMProxy ;