ReactOS 0.4.16-dev-1521-gb8f1da6
|
#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 417 of file shlextdbg.cpp.
Definition at line 313 of file shlextdbg.cpp.
Referenced by wmain().
|
static |
Definition at line 631 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 433 of file shlextdbg.cpp.
Referenced by LoadAndInitialize().
|
static |
Definition at line 146 of file shlextdbg.cpp.
Definition at line 198 of file shlextdbg.cpp.
Referenced by AssocQ().
|
static |
Definition at line 226 of file shlextdbg.cpp.
Referenced by DumpMenu(), and wmain().
Definition at line 532 of file shlextdbg.cpp.
Referenced by WaitWindows().
Definition at line 71 of file shlextdbg.cpp.
|
static |
Definition at line 158 of file shlextdbg.cpp.
Referenced by LoadAndInitialize().
|
static |
Definition at line 207 of file shlextdbg.cpp.
Referenced by DumpMenu().
|
static |
Definition at line 130 of file shlextdbg.cpp.
Referenced by wmain().
|
static |
Definition at line 136 of file shlextdbg.cpp.
Referenced by GetAssocClass().
Definition at line 641 of file shlextdbg.cpp.
Referenced by wmain().
Definition at line 458 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 604 of file shlextdbg.cpp.
Referenced by wmain().
void WaitWindows | ( | ) |
Definition at line 671 of file shlextdbg.cpp.
Definition at line 429 of file shlextdbg.cpp.
Referenced by wmain().
CLSID g_CLSID = { 0 } |
Definition at line 426 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
HWND g_ConsoleWindow |
Definition at line 531 of file shlextdbg.cpp.
Referenced by EnumWindowsProc(), and WaitWindows().
CStringA g_ContextMenu |
Definition at line 430 of file shlextdbg.cpp.
Referenced by wmain().
CStringW g_DLL |
Definition at line 427 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
ExplorerInstance g_EI |
CSimpleArray<HPROPSHEETPAGE> g_Pages |
Definition at line 630 of file shlextdbg.cpp.
Referenced by cb_AddPage(), and wmain().
CStringW g_ShellExtInit |
Definition at line 428 of file shlextdbg.cpp.
Referenced by LoadAndInitialize(), and wmain().
WaitType g_Wait = Wait_ExplorerInstance |
Definition at line 431 of file shlextdbg.cpp.
Referenced by ExplorerInstance::AddRef(), ExplorerInstance::Release(), Wait(), and wmain().
CSimpleArray<HWND> g_Windows |
Definition at line 530 of file shlextdbg.cpp.
Referenced by EnumWindowsProc(), and WaitWindows().