#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 874 of file gui.cpp.
875{
876 HACCEL KeyBrd;
878
881 return;
882
883
886
887
889
890
892 {
894 {
896 {
897
899
901 continue;
902 }
903
906 }
907 }
908}
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().