ReactOS 0.4.16-dev-433-g6363f78
|
#include <tchar.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <commdlg.h>
#include <process.h>
#include "resource.h"
#include "rs232.h"
Go to the source code of this file.
Macros | |
#define | MAX_LOADSTRING 100 |
Functions | |
ATOM | MyRegisterClass (HINSTANCE hInstance) |
BOOL | InitInstance (HINSTANCE, int) |
LRESULT CALLBACK | WndProc (HWND, UINT, WPARAM, LPARAM) |
INT_PTR CALLBACK | About (HWND, UINT, WPARAM, LPARAM) |
INT_PTR CALLBACK | ConnectionDialogProc (HWND, UINT, WPARAM, LPARAM) |
INT_PTR CALLBACK | CaptureDialogProc (HWND, UINT, WPARAM, LPARAM) |
VOID | EnableFileMenuItemByID (UINT Id, BOOL Enable) |
VOID | CheckLocalEchoMenuItem (BOOL Checked) |
VOID __cdecl | Rs232Thread (VOID *Parameter) |
int APIENTRY | _tWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) |
Variables | |
HINSTANCE | hInst |
TCHAR | szTitle [MAX_LOADSTRING] |
TCHAR | szWindowClass [MAX_LOADSTRING] |
HWND | hMainWnd |
HWND | hDisplayWnd |
HWND | hEditWnd |
TCHAR | strComPort [MAX_PATH] = TEXT("COM1") |
TCHAR | strBaudRate [MAX_PATH] = TEXT("115200") |
TCHAR | strCaptureFileName [MAX_PATH] = TEXT("") |
BOOL | bConnected = FALSE |
BOOL | bCapturing = FALSE |
BOOL | bLocalEcho = FALSE |
HANDLE | hCaptureFile |
DWORD | dwThreadId = 0 |
int APIENTRY _tWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPTSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 44 of file fdebug.c.
Definition at line 308 of file fdebug.c.
Referenced by WndProc().
Definition at line 368 of file fdebug.c.
Referenced by WndProc().
Definition at line 432 of file fdebug.c.
Referenced by WndProc().
Definition at line 133 of file fdebug.c.
Referenced by _tWinMain().
Definition at line 97 of file fdebug.c.
Referenced by _tWinMain().
Definition at line 442 of file fdebug.c.
Referenced by WndProc().
Definition at line 155 of file fdebug.c.
Referenced by MyRegisterClass().
Definition at line 27 of file fdebug.c.
Referenced by MMixerAddMixerSourceLines(), MMixerIsNodeConnectedToPin(), ParaNdis_IndicateConnect(), ParaNdis_ReportLinkStatus(), Rs232Thread(), ShowInfo(), and WndProc().
Definition at line 29 of file fdebug.c.
Referenced by Rs232Thread(), and WndProc().
DWORD dwThreadId = 0 |
Definition at line 31 of file fdebug.c.
Referenced by CTipbarWnd::_CreateThread(), CTipbarWnd::_FindThread(), CTipbarWnd::AttachFocusThread(), CLBarInatItem::CLBarInatItem(), ContinueDebugEvent(), CreateServers(), CtfImmGetGuidAtom(), CtfImmIsGuidMapEnable(), DPLAYX_SetLobbyMsgThreadId(), CTipbarWnd::EnsureFocusThread(), EnumThreadWindows(), GDIOBJ_LockObject(), GDIOBJ_TryLockObject(), CTipbarWnd::GetFocusKeyboardLayout(), CTipbarWnd::GetItemFloatingRect(), GetThreadDesktop(), Imm32BuildHimcList(), Imm32InternalLockIMC(), Imm32MakeIMENotify(), ImmCallImeConsoleIME(), ImmDisableIME(), ImmDisableTextFrameService(), ImmEnumInputContext(), ImmGetImeMenuItemsAW(), ImmSetCompositionStringAW(), ImmSimulateHotKey(), ImmTranslateMessage(), CTipbarThread::Init(), InitDialog(), InitUniqueString(), InstallDrvDlgProc(), IntRegisterConsoleIME(), IntSetWindowsHook(), IntUnregisterConsoleIME(), JustDoIt(), main(), MarkThreadHandle(), MD_OnActivateApp(), MsiCloseAllHandles(), NtUserBuildHimcList(), NtUserBuildHwndList(), NtUserGetThreadDesktop(), CTipbarWnd::OnThreadItemChange(), CTipbarWnd::OnThreadTerminate(), CTipbarWnd::OnThreadTerminateInternal(), OpenThread(), PullPin_InitProcessing(), RemoveHandles(), Rs232Thread(), SaveThreadHandle(), SearchDrvDlgProc(), ServiceInit(), ServiceMain(), CTipbarWnd::SetFocusThread(), SetWindowsHookExA(), SetWindowsHookExW(), START_TEST(), CTipbarWnd::StartModalInput(), CUTBLangBarDlg::StartThread(), CTipbarWnd::StopModalInput(), test_ImmThreads(), test_pack_DEBUG_EVENT(), test_pack_PROCESS_INFORMATION(), TestMultipleUserAPCs(), User32EnumWindows(), UserGetKeyboardLayout(), wmain(), and WndProc().
HANDLE hCaptureFile |
Definition at line 30 of file fdebug.c.
Referenced by Rs232Thread(), and WndProc().
HWND hDisplayWnd |
Definition at line 22 of file fdebug.c.
Referenced by Rs232Thread(), and WndProc().
HINSTANCE hInst |
Definition at line 18 of file fdebug.c.
Referenced by About(), CaptureDialogProc(), InitInstance(), and WndProc().
HWND hMainWnd |
Definition at line 21 of file fdebug.c.
Referenced by _tWinMain(), CheckLocalEchoMenuItem(), EnableFileMenuItemByID(), InitInstance(), and Rs232Thread().
Definition at line 25 of file fdebug.c.
Referenced by ConnectionDialogProc(), and Rs232Thread().
Definition at line 26 of file fdebug.c.
Referenced by CaptureDialogProc(), and WndProc().
Definition at line 24 of file fdebug.c.
Referenced by ConnectionDialogProc(), and Rs232Thread().
TCHAR szTitle[MAX_LOADSTRING] |
Definition at line 19 of file fdebug.c.
Referenced by _tWinMain(), and InitInstance().
TCHAR szWindowClass[MAX_LOADSTRING] |
Definition at line 20 of file fdebug.c.
Referenced by _tWinMain(), InitInstance(), and MyRegisterClass().