DRAFT.C File Reference

Go to the source code of this file.

Defines

#define PAGESIZE   2048
#define BOUND(x, min, max)   ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x)))
#define NMENUHELPDATA   14

Typedefs

typedef struct tagMENUHELPDATA MENUHELPDATA
typedef struct tagPATHPOINT PATHPOINT
typedef struct tagPTH PTH

Functions

BOOL WINAPI DllMain (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved)
BOOL _BezierModeler (HWND parent_window, HWND info_window, X__STRUCTURE *lpevi)


Define Documentation

#define PAGESIZE   2048

Definition at line 29 of file DRAFT.C.

#define BOUND ( x,
min,
max   )     ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x)))

Definition at line 30 of file DRAFT.C.

#define NMENUHELPDATA   14

Definition at line 51 of file DRAFT.C.


Typedef Documentation

typedef struct tagMENUHELPDATA MENUHELPDATA

typedef struct tagPATHPOINT PATHPOINT

typedef struct tagPTH PTH


Function Documentation

BOOL WINAPI DllMain ( HANDLE  hDLL,
DWORD  dwReason,
LPVOID  lpReserved 
)

Definition at line 946 of file DRAFT.C.

References DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, FALSE, hThisInstance, and TRUE.

BOOL _BezierModeler ( HWND  parent_window,
HWND  info_window,
X__STRUCTURE lpevi 
)

Definition at line 967 of file DRAFT.C.

References FileInPath(), and hThisInstance.


Generated on Sun Apr 27 14:20:15 2014 for OpenFX by  doxygen 1.5.6