#include <windows.h>#include <ListenSocket.h>#include <config-win.h>#include <mysql.h>#include <libmysqlwrapped.h>#include <stdio.h>#include <shellapi.h>#include "resource.h"#include <socket_include.h>#include <SocketHandler.h>#include <HttpGetSocket.h>#include <process.h>#include <commctrl.h>#include <StdoutLog.h>#include "Mutex.h"#include "MyErrlog.h"#include "MySocketsLog.h"#include "MenuHandler.h"#include "MyMenu.h"#include <Utility.h>#include <libcgi++.h>#include "FinderHandler.h"#include "ExecSocket.h"#include "MyMinionSocket.h"#include "MyMinderSocket.h"#include "MyApp.h"Include dependency graph for MyApp.cpp:

Go to the source code of this file.
Defines | |
| #define | _WIN32_WINNT 0x0400 |
| #define | _WIN32_IE 0x0500 |
| #define | D2(x) |
Functions | |
| DWORD WINAPI | start (LPVOID lpParam) |
| int CALLBACK | MyDlgProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
| HANDLE | g_hD2 |
| bool | g_bQuit = false |
| HANDLE | g_hMutex |
| bool | g_bRestart = true |
| HANDLE | g_hMutexScan |
| bool | g_bWsRunning = false |
| MenuHandler | g_menuHandler |
| MyApp * | g_app = NULL |
| HWND | g_hwndMain |
|
|
|
|
|
File ......... MyApp.cpp Published .... 2004-09-27 |
|
|
Value: |
|
||||||||||||||||||||
|
Definition at line 202 of file MyApp.cpp. References MyApp::ChangeIcon(), D2, g_app, g_hwndMain, g_menuHandler, MyApp::GetDialogData(), MyApp::GetLocalPort(), Menu::Handle(), ID_POPUP_EXIT, MenuHandler::OnCommand(), MenuHandler::OnInitMenu(), MenuHandler::OnInitPopupMenu(), MenuHandler::OnMenuSelect(), MyApp::SetQuit(), WM_CHANGE_ICON, and WM_SHELLNOTIFY. Referenced by MyApp::Init().
|
|
|
Definition at line 112 of file MyApp.cpp. References MyApp::ApplyChanges(), FinderHandler::BeginTop(), MyApp::BindLocal(), MyApp::CreateTop(), FinderHandler::EndTop(), g_app, g_bQuit, g_bRestart, g_bWsRunning, MyApp::GetLocalPort(), MyApp::GetMinionPort(), MyApp::minion_connect(), MyApp::NoMinder(), MyApp::reg_minder(), and MyApp::SetCreateTop(). Referenced by MyApp::Init().
|
|
|
Definition at line 80 of file MyApp.cpp. Referenced by MyApp::MyApp(), MyDlgProc(), MyMinionSocket::OnAccept(), MyMenu::OnCommand(), MyMinionSocket::OnConnect(), MyMinionSocket::OnVerifiedLine(), and start(). |
|
|
Definition at line 72 of file MyApp.cpp. Referenced by MyApp::Init(), and start(). |
|
|
Definition at line 74 of file MyApp.cpp. Referenced by MyApp::GetDialogData(), and start(). |
|
|
Definition at line 76 of file MyApp.cpp. Referenced by MyApp::Init(), and start(). |
|
|
Definition at line 58 of file MyApp.cpp. Referenced by MyApp::Init(). |
|
|
Definition at line 73 of file MyApp.cpp. Referenced by MyApp::Init(). |
|
|
Definition at line 75 of file MyApp.cpp. Referenced by MyApp::Init(). |
|
|
Definition at line 81 of file MyApp.cpp. Referenced by MyApp::ApplyChanges(), MyApp::ChangeIcon(), MyApp::GetDialogData(), MyApp::Init(), MyDlgProc(), MyMenu::OnCommand(), MyMinderSocket::OnConnect(), MyMinderSocket::OnConnectFailed(), MyApp::reg_minder(), MyApp::SetDialogData(), MyApp::ShowBalloonTip(), and MyApp::ShowTaskBar(). |
|
|
Definition at line 77 of file MyApp.cpp. Referenced by MyDlgProc(). |
1.3.7