ReactOS 0.4.16-dev-598-gc07fba4
|
#include <windows.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <atlbase.h>
#include <atlcom.h>
#include <atlstr.h>
#include <atlsimpcoll.h>
#include <conio.h>
#include <shellutils.h>
#include <shlwapi_undoc.h>
Go to the source code of this file.
Classes | |
struct | ExplorerInstance |
Enumerations | |
enum | WaitType { Wait_None , Wait_Infinite , Wait_OpenWindows , Wait_Input , Wait_ExplorerInstance } |
Enumerator | |
---|---|
Wait_None | |
Wait_Infinite | |
Wait_OpenWindows | |
Wait_Input | |
Wait_ExplorerInstance |
Definition at line 385 of file shlextdbg.cpp.
Definition at line 281 of file shlextdbg.cpp.
Referenced by wmain().
|
static |
Definition at line 599 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 89 of file shlextdbg.cpp.
HRESULT CreateIDataObject | ( | CComHeapPtr< ITEMIDLIST > & | pidl, |
CComPtr< IDataObject > & | dataObject, | ||
PCWSTR | FileName | ||
) |
Definition at line 401 of file shlextdbg.cpp.
Referenced by LoadAndInitialize().
|
static |
Definition at line 114 of file shlextdbg.cpp.
Definition at line 166 of file shlextdbg.cpp.
Referenced by AssocQ().
|
static |
Definition at line 194 of file shlextdbg.cpp.
Referenced by DumpMenu(), and wmain().
Definition at line 500 of file shlextdbg.cpp.
Referenced by WaitWindows().
Definition at line 71 of file shlextdbg.cpp.
Referenced by AssocQ(), FatOpenVolume(), KdbpEvaluateExpression(), KdbpInsertBreakPoint(), KdbpRpnEvaluateExpression(), KdbpRpnEvaluateParsedExpression(), KdbpRpnParseExpression(), RpnpEvaluateStack(), RpnpParseExpression(), SHGFI(), and wmain().
|
static |
Definition at line 126 of file shlextdbg.cpp.
Referenced by LoadAndInitialize().
|
static |
Definition at line 175 of file shlextdbg.cpp.
Referenced by DumpMenu().
|
static |
Definition at line 104 of file shlextdbg.cpp.
Referenced by GetAssocClass().
Definition at line 609 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 426 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 19 of file shlextdbg.cpp.
Definition at line 64 of file shlextdbg.cpp.
Referenced by AssocQ().
Definition at line 572 of file shlextdbg.cpp.
Referenced by wmain().
void WaitWindows | ( | ) |
Definition at line 639 of file shlextdbg.cpp.
Definition at line 397 of file shlextdbg.cpp.
Referenced by wmain().
CLSID g_CLSID = { 0 } |
Definition at line 394 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
HWND g_ConsoleWindow |
Definition at line 499 of file shlextdbg.cpp.
Referenced by EnumWindowsProc(), and WaitWindows().
CStringA g_ContextMenu |
Definition at line 398 of file shlextdbg.cpp.
Referenced by wmain().
CStringW g_DLL |
Definition at line 395 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
ExplorerInstance g_EI |
CSimpleArray<HPROPSHEETPAGE> g_Pages |
Definition at line 598 of file shlextdbg.cpp.
Referenced by cb_AddPage(), and wmain().
CStringW g_ShellExtInit |
Definition at line 396 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
WaitType g_Wait = Wait_ExplorerInstance |
Definition at line 399 of file shlextdbg.cpp.
Referenced by ExplorerInstance::AddRef(), ExplorerInstance::Release(), Wait(), and wmain().
CSimpleArray<HWND> g_Windows |
Definition at line 498 of file shlextdbg.cpp.
Referenced by EnumWindowsProc(), and WaitWindows().