svvitch
digital signage player
D:/vs_workspace/switch_sf/src/svvitch/switch.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include "resource.h"
00004 
00005 #include "Configuration.h"
00006 
00028 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow);
00029 
00031 void mainloop(HWND hWnd);
00032 
00033 //LONG WINAPI ExceptionHandler(struct _EXCEPTION_POINTERS* pExceptionInfo);
00034 
00036 LRESULT CALLBACK WindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
00037 
00039 Configuration& config();
00040 
00042 void swapout();
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines