svvitch
digital signage player
|
Go to the source code of this file.
Functions | |
int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
アプリケーションのエントリポイントです | |
void | mainloop (HWND hWnd) |
メインループ | |
LRESULT CALLBACK | WindowProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
Windowメッセージの処理 | |
Configuration & | config () |
設定オブジェクトを取得します | |
void | swapout () |
スワップアウトを行います |
Configuration& config | ( | ) |
設定オブジェクトを取得します
Definition at line 451 of file switch.cpp.
void mainloop | ( | HWND | hWnd | ) |
メインループ
Definition at line 273 of file switch.cpp.
void swapout | ( | ) |
スワップアウトを行います
Definition at line 455 of file switch.cpp.
LRESULT CALLBACK WindowProc | ( | HWND | hWnd, |
UINT | msg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Windowメッセージの処理
Definition at line 325 of file switch.cpp.
int WINAPI WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
アプリケーションのエントリポイントです
hInstance | 現在のインスタンスのハンドル |
hPrevInstance | 以前のインスタンスのハンドル |
lpCmdLine | コマンドラインパラメータ |
nCmdShow | ウィンドウの表示状態 |
Definition at line 55 of file switch.cpp.