|
ReactOS 0.4.17-dev-470-gf9e3448
|
#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 564 of file shlextdbg.cpp.
Definition at line 460 of file shlextdbg.cpp.
Referenced by wmain().
|
static |
Definition at line 778 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 93 of file shlextdbg.cpp.
| HRESULT CreateIDataObject | ( | CComHeapPtr< ITEMIDLIST > & | pidl, |
| CComPtr< IDataObject > & | dataObject, | ||
| PCWSTR | FileName | ||
| ) |
Definition at line 580 of file shlextdbg.cpp.
Referenced by LoadAndInitialize().
|
static |
Definition at line 150 of file shlextdbg.cpp.
Referenced by AssocQ(), DumpFolderColumns(), DumpPidl(), and wmain().
Definition at line 205 of file shlextdbg.cpp.
Referenced by AssocQ().
Definition at line 398 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 219 of file shlextdbg.cpp.
Referenced by DumpPidl().
|
static |
Definition at line 252 of file shlextdbg.cpp.
Referenced by DumpMenu(), and wmain().
Definition at line 339 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 679 of file shlextdbg.cpp.
Referenced by WaitWindows().
Definition at line 75 of file shlextdbg.cpp.
|
static |
Definition at line 165 of file shlextdbg.cpp.
Referenced by LoadAndInitialize().
|
static |
Definition at line 233 of file shlextdbg.cpp.
Referenced by DumpMenu().
|
static |
Definition at line 134 of file shlextdbg.cpp.
Referenced by wmain().
|
static |
Definition at line 140 of file shlextdbg.cpp.
Referenced by GetAssocClass().
Definition at line 788 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 605 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 19 of file shlextdbg.cpp.
Definition at line 751 of file shlextdbg.cpp.
Referenced by wmain().
| void WaitWindows | ( | ) |
Definition at line 818 of file shlextdbg.cpp.
Definition at line 576 of file shlextdbg.cpp.
Referenced by wmain().
| CLSID g_CLSID = { 0 } |
Definition at line 573 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
| HWND g_ConsoleWindow |
Definition at line 678 of file shlextdbg.cpp.
Referenced by EnumWindowsProc(), and WaitWindows().
| CStringA g_ContextMenu |
Definition at line 577 of file shlextdbg.cpp.
Referenced by wmain().
| CStringW g_DLL |
Definition at line 574 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
| ExplorerInstance g_EI |
| CSimpleArray<HPROPSHEETPAGE> g_Pages |
Definition at line 777 of file shlextdbg.cpp.
Referenced by cb_AddPage(), and wmain().
| CStringW g_ShellExtInit |
Definition at line 575 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
| WaitType g_Wait = Wait_ExplorerInstance |
Definition at line 578 of file shlextdbg.cpp.
Referenced by ExplorerInstance::AddRef(), ExplorerInstance::Release(), Wait(), and wmain().
| CSimpleArray<HWND> g_Windows |
Definition at line 677 of file shlextdbg.cpp.
Referenced by EnumWindowsProc(), and WaitWindows().