#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 902 of file gui.cpp.
903{
904 HACCEL KeyBrd;
906
909 return;
910
911
914
915
917
918
920 {
922 {
924 {
925
927
929 continue;
930 }
931
934 }
935 }
936}
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().