SO3Engine/SCOLBasic/SO3MsWindows.h File Reference

#include "windows.h"

Go to the source code of this file.

Defines

#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#define _SO3_Export   __declspec(dllimport)
#define SO3_PLUGIN_INSTANCE   hInstance
#define SO3_PLUGIN_LOAD(a)   LoadLibrary(a)
#define SO3_PLUGIN_UNLOAD(a)   !FreeLibrary(a)
#define SO3_PLUGIN_GET_SYMBOL(a, b)   (void*)GetProcAddress(a,b)
#define SO3_PLUGIN_ERROR()   "Unknown Error"
#define WindowHandle   HWND

Typedefs

typedef struct HINSTANCE__ * hInstance

Define Documentation

#define _SO3_Export   __declspec(dllimport)

Definition at line 56 of file SO3MsWindows.h.

#define NOMINMAX

Definition at line 46 of file SO3MsWindows.h.

 
#define SO3_PLUGIN_ERROR (  )     "Unknown Error"

Definition at line 66 of file SO3MsWindows.h.

#define SO3_PLUGIN_GET_SYMBOL ( a,
 )     (void*)GetProcAddress(a,b)

Definition at line 65 of file SO3MsWindows.h.

#define SO3_PLUGIN_INSTANCE   hInstance

Definition at line 62 of file SO3MsWindows.h.

#define SO3_PLUGIN_LOAD (  )     LoadLibrary(a)

Definition at line 63 of file SO3MsWindows.h.

#define SO3_PLUGIN_UNLOAD (  )     !FreeLibrary(a)

Definition at line 64 of file SO3MsWindows.h.

#define WIN32_LEAN_AND_MEAN

Definition at line 45 of file SO3MsWindows.h.

#define WindowHandle   HWND

Definition at line 71 of file SO3MsWindows.h.


Typedef Documentation

typedef struct HINSTANCE__* hInstance

Definition at line 68 of file SO3MsWindows.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Mon Oct 31 14:42:32 2011 for SO3Engine by  doxygen 1.6.3