#include "rapps.h"
#include "rosui.h"
#include "crichedit.h"
#include "asyncinet.h"
#include "appview.h"
#include <shlobj_undoc.h>
#include <shlguid_undoc.h>
#include <atlbase.h>
#include <atlcom.h>
#include <atltypes.h>
#include <atlwin.h>
#include <wininet.h>
#include <shellutils.h>
#include <ui/rosctrls.h>
#include <gdiplus.h>
#include <math.h>
Go to the source code of this file.
◆ SEARCH_TIMER_ID
Definition at line 21 of file gui.h.
◆ TREEVIEW_ICON_SIZE
Definition at line 22 of file gui.h.
◆ MainWindowLoop()
Definition at line 899 of file gui.cpp.
900{
901 HACCEL KeyBrd;
903
906 return;
907
908
911
912
914
915
917 {
919 {
921 {
922
924
926 continue;
927 }
928
931 }
932 }
933}
SETTINGS_INFO SettingsInfo
BOOL ShowWindow(int nCmdShow)
void HandleTabOrder(int direction)
TW_UINT32 TW_UINT16 TW_UINT16 MSG
BOOL WINAPI TranslateMessage(_In_ const MSG *)
BOOL WINAPI GetMessageW(_Out_ LPMSG, _In_opt_ HWND, _In_ UINT, _In_ UINT)
HACCEL WINAPI LoadAcceleratorsW(_In_opt_ HINSTANCE, _In_ LPCWSTR)
LRESULT WINAPI DispatchMessageW(_In_ const MSG *)
int WINAPI TranslateAcceleratorW(_In_ HWND, _In_ HACCEL, _In_ LPMSG)
#define MAKEINTRESOURCEW(i)
SHORT WINAPI GetKeyState(_In_ int)
Referenced by ParseCmdAndExecute().