Go to the source code of this file.
Defines | |
#define | MODULE_ANIMATE 1 |
#define | NFILESLIST 5 |
#define | LASTFILECMD 31000 |
Typedefs | |
typedef struct tagLASTFILESLIST | LASTFILESLIST |
Functions | |
HINSTANCE __cdecl | ResourceX (void) |
int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
LRESULT CALLBACK | MainAnimatorWndProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
LRESULT CALLBACK | AnimatorTriViewWndProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
LRESULT CALLBACK | AnimatorViewWndProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
void | InitializeLastFilesList (void) |
Variables | |
HBITMAP | hBmBackground = NULL |
UINT | AnimationTimer = 0 |
#define NFILESLIST 5 |
#define LASTFILECMD 31000 |
typedef struct tagLASTFILESLIST LASTFILESLIST |
int APIENTRY WinMain | ( | HINSTANCE | hInstance, | |
HINSTANCE | hPrevInstance, | |||
LPSTR | lpCmdLine, | |||
int | nCmdShow | |||
) |
HBITMAP hBmBackground = NULL |
Definition at line 26 of file ANIMATE.C.
Referenced by MainAnimatorWndProc(), MainModelerWndProc(), PaintDialogBackground(), and ToolBtnWndProc().
UINT AnimationTimer = 0 |