ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | max_line 0x10 |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (pidl) | |
static LPITEMIDLIST | _dbg_ILGetNext (LPCITEMIDLIST pidl) |
static BOOL | _dbg_ILIsDesktop (LPCITEMIDLIST pidl) |
static LPPIDLDATA | _dbg_ILGetDataPointer (LPCITEMIDLIST pidl) |
static LPSTR | _dbg_ILGetTextPointer (LPCITEMIDLIST pidl) |
static LPWSTR | _dbg_ILGetTextPointerW (LPCITEMIDLIST pidl) |
static LPSTR | _dbg_ILGetSTextPointer (LPCITEMIDLIST pidl) |
static LPWSTR | _dbg_ILGetSTextPointerW (LPCITEMIDLIST pidl) |
static IID * | _dbg_ILGetGUIDPointer (LPCITEMIDLIST pidl) |
static void | _dbg_ILSimpleGetText (LPCITEMIDLIST pidl, LPSTR szOut, UINT uOutSize) |
static void | pdump_impl (LPCITEMIDLIST pidl) |
void | pdump (LPCITEMIDLIST pidl) |
void | pdump_always (LPCITEMIDLIST pidl) |
static void | dump_pidl_hex (LPCITEMIDLIST pidl) |
BOOL | pcheck (LPCITEMIDLIST pidl) |
const char * | shdebugstr_guid (const struct _GUID *id) |
Variables | |
struct { | |
REFIID riid | |
const char * name | |
} | InterfaceDesc [] |
#define max_line 0x10 |
|
static |
Definition at line 48 of file debughlp.cpp.
Referenced by _dbg_ILGetSTextPointer(), _dbg_ILGetSTextPointerW(), _dbg_ILGetTextPointer(), _dbg_ILGetTextPointerW(), pcheck(), and pdump_impl().
|
static |
Definition at line 189 of file debughlp.cpp.
Referenced by _dbg_ILSimpleGetText().
|
static |
Definition at line 26 of file debughlp.cpp.
Referenced by pcheck(), and pdump_impl().
|
static |
Definition at line 139 of file debughlp.cpp.
Referenced by pdump_impl().
|
static |
Definition at line 161 of file debughlp.cpp.
Referenced by pdump_impl().
|
static |
Definition at line 56 of file debughlp.cpp.
Referenced by _dbg_ILSimpleGetText(), and pdump_impl().
|
static |
Definition at line 94 of file debughlp.cpp.
Referenced by _dbg_ILSimpleGetText(), and pdump_impl().
|
static |
Definition at line 42 of file debughlp.cpp.
Referenced by _dbg_ILSimpleGetText().
|
static |
Definition at line 207 of file debughlp.cpp.
Referenced by pdump_impl().
|
static |
Definition at line 325 of file debughlp.cpp.
Referenced by pcheck().
BOOL pcheck | ( | LPCITEMIDLIST | pidl | ) |
Definition at line 349 of file debughlp.cpp.
Referenced by _ILCreateCPanelApplet(), ILFindChild(), ILIsEqual(), ILLoadFromStream(), and pdump_impl().
void pdump | ( | LPCITEMIDLIST | pidl | ) |
Definition at line 311 of file debughlp.cpp.
Referenced by BrFolder_OnOK(), CIDLData_CreateFromIDArray(), FileMenu_InsertUsingPidl(), CControlPanelFolder::GetAttributesOf(), CDesktopFolder::GetAttributesOf(), CFSFolder::GetAttributesOf(), CDesktopFolder::GetDisplayNameOf(), CDrivesFolder::GetDisplayNameOf(), CPrinterFolder::GetDisplayNameOf(), ILAppendID(), ILClone(), ILCloneFirst(), ILCombine(), ILFindChild(), ILGlobalClone(), ILIsEqual(), CFSFolder::InitializeEx(), CShellLink::Load(), SHBindToParent(), SHGetDataFromIDListA(), SHGetDataFromIDListW(), SHGetPathCchFromIDListW(), SHLogILFromFSIL(), and SHMapPIDLToSystemImageListIndex().
void pdump_always | ( | LPCITEMIDLIST | pidl | ) |
Definition at line 319 of file debughlp.cpp.
Referenced by CFSFolder::_CreateShellExtInstance(), and CFSFolder::SetNameOf().
|
static |
Definition at line 248 of file debughlp.cpp.
Referenced by pdump(), and pdump_always().
Definition at line 427 of file debughlp.cpp.
Referenced by CShellItem::BindToHandler(), CDrivesFolder::BindToObject(), CFSFolder::BindToObject(), CControlPanelFolder::BindToStorage(), CDesktopFolder::BindToStorage(), CDrivesFolder::BindToStorage(), CFSFolder::BindToStorage(), CNetFolder::BindToStorage(), CPrinterFolder::BindToStorage(), IDefClFImpl::CreateInstance(), CControlPanelFolder::CreateViewObject(), CDesktopFolder::CreateViewObject(), CDrivesFolder::CreateViewObject(), CFSFolder::CreateViewObject(), CNetFolder::CreateViewObject(), CPrinterFolder::CreateViewObject(), DllGetClassObject(), CControlPanelFolder::GetUIObjectOf(), CDesktopFolder::GetUIObjectOf(), CDrivesFolder::GetUIObjectOf(), CFSFolder::GetUIObjectOf(), CNetFolder::GetUIObjectOf(), CPrinterFolder::GetUIObjectOf(), IDefClF_fnConstructor(), IDefClF_fnCreateInstance(), IDefClF_fnQueryInterface(), IDefClFImpl::Initialize(), SHCoCreateInstance(), and SHCreateDefClassObject().
WINE_DEFAULT_DEBUG_CHANNEL | ( | pidl | ) |
const struct { ... } InterfaceDesc[] |
Referenced by shdebugstr_guid().
Definition at line 401 of file debughlp.cpp.
Definition at line 400 of file debughlp.cpp.
Referenced by _dbg_ILSimpleGetText().