|
ReactOS 0.4.17-dev-684-ga6524ef
|
#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 | CLoggingServiceProvider |
| 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 567 of file shlextdbg.cpp.
Definition at line 463 of file shlextdbg.cpp.
Referenced by wmain().
|
static |
Definition at line 781 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 96 of file shlextdbg.cpp.
| HRESULT CreateIDataObject | ( | CComHeapPtr< ITEMIDLIST > & | pidl, |
| CComPtr< IDataObject > & | dataObject, | ||
| PCWSTR | FileName | ||
| ) |
Definition at line 583 of file shlextdbg.cpp.
Referenced by LoadAndInitialize().
|
static |
Definition at line 153 of file shlextdbg.cpp.
Referenced by AssocQ(), DumpFolderColumns(), DumpPidl(), and wmain().
Definition at line 208 of file shlextdbg.cpp.
Referenced by AssocQ().
Definition at line 401 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 222 of file shlextdbg.cpp.
Referenced by DumpPidl().
|
static |
Definition at line 255 of file shlextdbg.cpp.
Referenced by DumpMenu(), and wmain().
Definition at line 342 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 682 of file shlextdbg.cpp.
Referenced by WaitWindows().
Definition at line 78 of file shlextdbg.cpp.
|
static |
Definition at line 168 of file shlextdbg.cpp.
Referenced by LoadAndInitialize().
|
static |
Definition at line 236 of file shlextdbg.cpp.
Referenced by DumpMenu().
|
static |
Definition at line 137 of file shlextdbg.cpp.
Referenced by wmain().
|
static |
Definition at line 143 of file shlextdbg.cpp.
Referenced by GetAssocClass().
Definition at line 791 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 608 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 19 of file shlextdbg.cpp.
Definition at line 754 of file shlextdbg.cpp.
Referenced by wmain().
| void WaitWindows | ( | ) |
Definition at line 821 of file shlextdbg.cpp.
Definition at line 579 of file shlextdbg.cpp.
Referenced by wmain().
| CLSID g_CLSID = { 0 } |
Definition at line 576 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
| HWND g_ConsoleWindow |
Definition at line 681 of file shlextdbg.cpp.
Referenced by EnumWindowsProc(), and WaitWindows().
| CStringA g_ContextMenu |
Definition at line 580 of file shlextdbg.cpp.
Referenced by wmain().
| CStringW g_DLL |
Definition at line 577 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
| ExplorerInstance g_EI |
| CSimpleArray<HPROPSHEETPAGE> g_Pages |
Definition at line 780 of file shlextdbg.cpp.
Referenced by cb_AddPage(), and wmain().
| CStringW g_ShellExtInit |
Definition at line 578 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
| WaitType g_Wait = Wait_ExplorerInstance |
Definition at line 581 of file shlextdbg.cpp.
Referenced by ExplorerInstance::AddRef(), ExplorerInstance::Release(), Wait(), and wmain().
| CSimpleArray<HWND> g_Windows |
Definition at line 680 of file shlextdbg.cpp.
Referenced by EnumWindowsProc(), and WaitWindows().