ReactOS 0.4.16-dev-737-g3368adc
debughlp.cpp File Reference
#include "precomp.h"
Include dependency graph for debughlp.cpp:

Go to the source code of this file.

Macros

#define max_line   0x10
 

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (pidl)
 
static BYTE _dbg_ILGetType (LPCITEMIDLIST pidl)
 
static BYTE _dbg_ILGetFSType (LPCITEMIDLIST 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 charshdebugstr_guid (const struct _GUID *id)
 

Variables

struct {
   REFIID   riid
 
   const char *   name
 
InterfaceDesc []
 

Macro Definition Documentation

◆ max_line

#define max_line   0x10

Function Documentation

◆ _dbg_ILGetDataPointer()

static LPPIDLDATA _dbg_ILGetDataPointer ( LPCITEMIDLIST  pidl)
static

Definition at line 59 of file debughlp.cpp.

60{
61 if(pidl && pidl->mkid.cb != 0x00)
62 return (LPPIDLDATA) &(pidl->mkid.abID);
63 return NULL;
64}
#define NULL
Definition: types.h:112

Referenced by _dbg_ILGetSTextPointer(), _dbg_ILGetSTextPointerW(), _dbg_ILGetTextPointer(), _dbg_ILGetTextPointerW(), pcheck(), and pdump_impl().

◆ _dbg_ILGetFSType()

static BYTE _dbg_ILGetFSType ( LPCITEMIDLIST  pidl)
inlinestatic

Definition at line 30 of file debughlp.cpp.

31{
32 const BYTE type = _dbg_ILGetType(pidl);
33 return (type & PT_FOLDERTYPEMASK) == PT_FS ? type : 0;
34}
static BYTE _dbg_ILGetType(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:25
GLuint GLuint GLsizei GLenum type
Definition: gl.h:1545
unsigned char BYTE
Definition: xxhash.c:193

Referenced by _dbg_ILGetTextPointerW(), and pdump_impl().

◆ _dbg_ILGetGUIDPointer()

static IID * _dbg_ILGetGUIDPointer ( LPCITEMIDLIST  pidl)
static

Definition at line 200 of file debughlp.cpp.

201{
203
204 if (pdata)
205 {
206 switch (pdata->type)
207 {
208 case PT_SHELLEXT:
209 case PT_GUID:
210 case PT_YAGUID:
211 return &(pdata->u.guid.guid);
212 }
213 }
214 return NULL;
215}
static PROTOCOLDATA * pdata
Definition: protocol.c:158
LPPIDLDATA _ILGetDataPointer(LPCITEMIDLIST pidl)
Definition: pidl.c:2254
#define PT_GUID
Definition: pidl.h:87
#define PT_YAGUID
Definition: pidl.h:103
#define PT_SHELLEXT
Definition: pidl.h:91

Referenced by _dbg_ILSimpleGetText().

◆ _dbg_ILGetNext()

static LPITEMIDLIST _dbg_ILGetNext ( LPCITEMIDLIST  pidl)
static

Definition at line 37 of file debughlp.cpp.

38{
39 WORD len;
40
41 if(pidl)
42 {
43 len = pidl->mkid.cb;
44 if (len)
45 {
46 return (LPITEMIDLIST) (((LPBYTE)pidl)+len);
47 }
48 }
49 return NULL;
50}
unsigned short WORD
Definition: ntddk_ex.h:93
GLenum GLsizei len
Definition: glext.h:6722
ITEMIDLIST UNALIGNED * LPITEMIDLIST
Definition: shtypes.idl:41
unsigned char * LPBYTE
Definition: typedefs.h:53

Referenced by pcheck(), and pdump_impl().

◆ _dbg_ILGetSTextPointer()

static LPSTR _dbg_ILGetSTextPointer ( LPCITEMIDLIST  pidl)
static

Definition at line 150 of file debughlp.cpp.

151{
153
154 if (pdata)
155 {
156 switch (pdata->type)
157 {
158 case PT_FOLDER:
159 case PT_VALUE:
160 case PT_IESPECIAL1:
161 case PT_IESPECIAL2:
162 return (LPSTR)(pdata->u.file.szNames + strlen (pdata->u.file.szNames) + 1);
163
164 case PT_WORKGRP:
165 return (LPSTR)(pdata->u.network.szNames + strlen (pdata->u.network.szNames) + 1);
166 }
167 }
168 return NULL;
169}
ACPI_SIZE strlen(const char *String)
Definition: utclib.c:269
static LPPIDLDATA _dbg_ILGetDataPointer(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:59
#define PT_WORKGRP
Definition: pidl.h:98
#define PT_FOLDER
Definition: pidl.h:94
#define PT_VALUE
Definition: pidl.h:95
#define PT_IESPECIAL1
Definition: pidl.h:102
#define PT_IESPECIAL2
Definition: pidl.h:104
char * LPSTR
Definition: xmlstorage.h:182

Referenced by pdump_impl().

◆ _dbg_ILGetSTextPointerW()

static LPWSTR _dbg_ILGetSTextPointerW ( LPCITEMIDLIST  pidl)
static

Definition at line 172 of file debughlp.cpp.

173{
175
176 if (pdata)
177 {
178 switch (pdata->type)
179 {
180 case PT_FOLDER:
181 case PT_VALUE:
182 case PT_IESPECIAL1:
183 case PT_IESPECIAL2:
184 /*return (LPSTR)(pdata->u.file.szNames + strlen (pdata->u.file.szNames) + 1); */
185 return NULL;
186
187 case PT_WORKGRP:
188 /* return (LPSTR)(pdata->u.network.szNames + strlen (pdata->u.network.szNames) + 1); */
189 return NULL;
190
191 case PT_VALUEW:
192 return (LPWSTR)(pdata->u.file.szNames + wcslen ((LPWSTR)pdata->u.file.szNames) + 1);
193 }
194 }
195 return NULL;
196}
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
#define PT_VALUEW
Definition: pidl.h:96
WCHAR * LPWSTR
Definition: xmlstorage.h:184

Referenced by pdump_impl().

◆ _dbg_ILGetTextPointer()

static LPSTR _dbg_ILGetTextPointer ( LPCITEMIDLIST  pidl)
static

Definition at line 67 of file debughlp.cpp.

68{
70
71 if (pdata)
72 {
73 switch (pdata->type)
74 {
75 case PT_GUID:
76 case PT_SHELLEXT:
77 case PT_YAGUID:
78 return NULL;
79
80 case PT_DRIVE:
81 case PT_DRIVE1:
82 case PT_DRIVE2:
83 case PT_DRIVE3:
84 return (LPSTR)&(pdata->u.drive.szDriveName);
85
86 case PT_FOLDER:
87 case PT_FOLDER1:
88 case PT_VALUE:
89 case PT_IESPECIAL1:
90 case PT_IESPECIAL2:
91 return (LPSTR)&(pdata->u.file.szNames);
92
93 case PT_WORKGRP:
94 case PT_COMP:
95 case PT_NETWORK:
96 case PT_NETPROVIDER:
97 case PT_SHARE:
98 return (LPSTR)&(pdata->u.network.szNames);
99 }
100 }
101 return NULL;
102}
#define PT_DRIVE1
Definition: pidl.h:92
#define PT_FOLDER1
Definition: pidl.h:93
#define PT_DRIVE3
Definition: pidl.h:90
#define PT_DRIVE
Definition: pidl.h:88
#define PT_DRIVE2
Definition: pidl.h:89
#define PT_SHARE
Definition: pidl.h:105
#define PT_COMP
Definition: pidl.h:99
#define PT_NETPROVIDER
Definition: pidl.h:100
#define PT_NETWORK
Definition: pidl.h:101

Referenced by _dbg_ILSimpleGetText(), and pdump_impl().

◆ _dbg_ILGetTextPointerW()

static LPWSTR _dbg_ILGetTextPointerW ( LPCITEMIDLIST  pidl)
static

Definition at line 105 of file debughlp.cpp.

106{
108
109 if (pdata)
110 {
111 if (_dbg_ILGetFSType(pidl) & PT_FS_UNICODE_FLAG)
112 return (LPWSTR)&(pdata->u.file.szNames);
113
114 switch (pdata->type)
115 {
116 case PT_GUID:
117 case PT_SHELLEXT:
118 case PT_YAGUID:
119 return NULL;
120
121 case PT_DRIVE:
122 case PT_DRIVE1:
123 case PT_DRIVE2:
124 case PT_DRIVE3:
125 /* return (LPSTR)&(pdata->u.drive.szDriveName);*/
126 return NULL;
127
128 case PT_FOLDER:
129 case PT_FOLDER1:
130 case PT_VALUE:
131 case PT_IESPECIAL1:
132 case PT_IESPECIAL2:
133 /* return (LPSTR)&(pdata->u.file.szNames); */
134 return NULL;
135
136 case PT_WORKGRP:
137 case PT_COMP:
138 case PT_NETWORK:
139 case PT_NETPROVIDER:
140 case PT_SHARE:
141 /* return (LPSTR)&(pdata->u.network.szNames); */
142 return NULL;
143 }
144 }
145 return NULL;
146}
static BYTE _dbg_ILGetFSType(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:30

Referenced by _dbg_ILSimpleGetText(), and pdump_impl().

◆ _dbg_ILGetType()

static BYTE _dbg_ILGetType ( LPCITEMIDLIST  pidl)
inlinestatic

Definition at line 25 of file debughlp.cpp.

26{
27 return pidl && pidl->mkid.cb >= 3 ? pidl->mkid.abID[0] : 0;
28}

Referenced by _dbg_ILGetFSType().

◆ _dbg_ILIsDesktop()

static BOOL _dbg_ILIsDesktop ( LPCITEMIDLIST  pidl)
static

Definition at line 53 of file debughlp.cpp.

54{
55 return ( !pidl || (pidl && pidl->mkid.cb == 0x00) );
56}

Referenced by _dbg_ILSimpleGetText().

◆ _dbg_ILSimpleGetText()

static void _dbg_ILSimpleGetText ( LPCITEMIDLIST  pidl,
LPSTR  szOut,
UINT  uOutSize 
)
static

Definition at line 218 of file debughlp.cpp.

219{
220 LPSTR szSrc;
221 LPWSTR szSrcW;
222 GUID const * riid;
223
224 if (!pidl) return;
225
226 if (szOut)
227 *szOut = 0;
228
229 if (_dbg_ILIsDesktop(pidl))
230 {
231 /* desktop */
232 if (szOut) lstrcpynA(szOut, "Desktop", uOutSize);
233 }
234 else if (( szSrc = _dbg_ILGetTextPointer(pidl) ))
235 {
236 /* filesystem */
237 if (szOut) lstrcpynA(szOut, szSrc, uOutSize);
238 }
239 else if (( szSrcW = _dbg_ILGetTextPointerW(pidl) ))
240 {
241 CHAR tmp[MAX_PATH];
242 /* unicode filesystem */
243 WideCharToMultiByte(CP_ACP,0,szSrcW, -1, tmp, MAX_PATH, NULL, NULL);
244 if (szOut) lstrcpynA(szOut, tmp, uOutSize);
245 }
246 else if (( riid = _dbg_ILGetGUIDPointer(pidl) ))
247 {
248 if (szOut)
249 sprintf( szOut, "{%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}",
250 riid->Data1, riid->Data2, riid->Data3,
251 riid->Data4[0], riid->Data4[1], riid->Data4[2], riid->Data4[3],
252 riid->Data4[4], riid->Data4[5], riid->Data4[6], riid->Data4[7] );
253 }
254}
static IID * _dbg_ILGetGUIDPointer(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:200
static LPWSTR _dbg_ILGetTextPointerW(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:105
static LPSTR _dbg_ILGetTextPointer(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:67
static BOOL _dbg_ILIsDesktop(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:53
REFIID riid
Definition: debughlp.cpp:411
#define CP_ACP
Definition: compat.h:109
#define lstrcpynA
Definition: compat.h:751
#define MAX_PATH
Definition: compat.h:34
#define WideCharToMultiByte
Definition: compat.h:111
REFIID riid
Definition: atlbase.h:39
#define sprintf(buf, format,...)
Definition: sprintf.c:55
char CHAR
Definition: xmlstorage.h:175

Referenced by pdump_impl().

◆ dump_pidl_hex()

static void dump_pidl_hex ( LPCITEMIDLIST  pidl)
static

Definition at line 336 of file debughlp.cpp.

337{
338 const unsigned char *p = (const unsigned char *)pidl;
339 const int max_bytes = 0x80;
340#define max_line 0x10
341 char szHex[max_line*3+1], szAscii[max_line+1];
342 int i, n;
343
344 n = pidl->mkid.cb;
345 if( n>max_bytes )
346 n = max_bytes;
347 for( i=0; i<n; i++ )
348 {
349 sprintf( &szHex[ (i%max_line)*3 ], "%02X ", p[i] );
350 szAscii[ (i%max_line) ] = isprint( p[i] ) ? p[i] : '.';
351
352 /* print out at the end of each line and when we're finished */
353 if( i!=(n-1) && (i%max_line) != (max_line-1) )
354 continue;
355 szAscii[ (i%max_line)+1 ] = 0;
356 ERR("%-*s %s\n", max_line*3, szHex, szAscii );
357 }
358}
#define isprint(c)
Definition: acclib.h:73
#define ERR(fmt,...)
Definition: precomp.h:57
#define max_line
GLdouble n
Definition: glext.h:7729
GLfloat GLfloat p
Definition: glext.h:8902
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
Definition: glfuncs.h:248

Referenced by pcheck().

◆ pcheck()

BOOL pcheck ( LPCITEMIDLIST  pidl)

Definition at line 360 of file debughlp.cpp.

361{
362 DWORD type;
363 LPCITEMIDLIST pidltemp = pidl;
364
365 while( pidltemp && pidltemp->mkid.cb )
366 {
367 LPPIDLDATA pidlData = _dbg_ILGetDataPointer(pidltemp);
368
369 if (pidlData)
370 {
371 type = pidlData->type;
372 switch( type )
373 {
374 case PT_CPLAPPLET:
375 case PT_GUID:
376 case PT_SHELLEXT:
377 case PT_DRIVE:
378 case PT_DRIVE1:
379 case PT_DRIVE2:
380 case PT_DRIVE3:
381 case PT_FOLDER:
382 case PT_VALUE:
383 case PT_VALUEW:
384 case PT_FOLDER1:
385 case PT_WORKGRP:
386 case PT_COMP:
387 case PT_NETPROVIDER:
388 case PT_NETWORK:
389 case PT_IESPECIAL1:
390 case PT_YAGUID:
391 case PT_IESPECIAL2:
392 case PT_SHARE:
393 break;
394 default:
395 ERR("unknown IDLIST %p [%p] size=%u type=%x\n",
396 pidl, pidltemp, pidltemp->mkid.cb,type );
397 dump_pidl_hex( pidltemp );
398 return FALSE;
399 }
400 pidltemp = _dbg_ILGetNext(pidltemp);
401 }
402 else
403 {
404 return FALSE;
405 }
406 }
407 return TRUE;
408}
static LPITEMIDLIST _dbg_ILGetNext(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:37
static void dump_pidl_hex(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:336
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
unsigned long DWORD
Definition: ntddk_ex.h:95
#define PT_CPLAPPLET
Definition: pidl.h:86
const ITEMIDLIST UNALIGNED * LPCITEMIDLIST
Definition: shtypes.idl:42
PIDLTYPE type
Definition: pidl.h:206

Referenced by _ILCreateCPanelApplet(), ILFindChild(), ILIsEqual(), ILLoadFromStream(), and pdump_impl().

◆ pdump()

◆ pdump_always()

void pdump_always ( LPCITEMIDLIST  pidl)

Definition at line 330 of file debughlp.cpp.

331{
332 pdump_impl(pidl);
333}

Referenced by CFSFolder::_CreateShellExtInstance(), and CFSFolder::SetNameOf().

◆ pdump_impl()

static void pdump_impl ( LPCITEMIDLIST  pidl)
static

Definition at line 259 of file debughlp.cpp.

260{
261 LPCITEMIDLIST pidltemp = pidl;
262
263
264 if (! pidltemp)
265 {
266 MESSAGE ("-------- pidl=NULL (Desktop)\n");
267 }
268 else
269 {
270 MESSAGE ("-------- pidl=%p\n", pidl);
271 if (pidltemp->mkid.cb)
272 {
273 do
274 {
275 if (_ILIsUnicode(pidltemp))
276 {
277 DWORD dwAttrib = 0;
279 DWORD type = pData ? pData->type : 0;
280 LPWSTR szLongName = _dbg_ILGetTextPointerW(pidltemp);
281 LPWSTR szShortName = _dbg_ILGetSTextPointerW(pidltemp);
282 char szName[MAX_PATH];
283
285 if (_dbg_ILGetFSType(pidltemp))
286 dwAttrib = pData->u.file.uFileAttribs;
287
288 MESSAGE ("[%p] size=%04u type=%x attr=0x%08x name=%s (%s,%s)\n",
289 pidltemp, pidltemp->mkid.cb, type, dwAttrib,
290 debugstr_a(szName), debugstr_w(szLongName), debugstr_w(szShortName));
291 }
292 else
293 {
294 DWORD dwAttrib = 0;
296 DWORD type = pData ? pData->type : 0;
297 LPSTR szLongName = _dbg_ILGetTextPointer(pidltemp);
298 LPSTR szShortName = _dbg_ILGetSTextPointer(pidltemp);
299 char szName[MAX_PATH];
300
302 if (_dbg_ILGetFSType(pidltemp))
303 dwAttrib = pData->u.file.uFileAttribs;
304
305 MESSAGE ("[%p] size=%04u type=%x attr=0x%08x name=%s (%s,%s)\n",
306 pidltemp, pidltemp->mkid.cb, type, dwAttrib,
307 debugstr_a(szName), debugstr_a(szLongName), debugstr_a(szShortName));
308 }
309
310 pidltemp = _dbg_ILGetNext(pidltemp);
311
312 } while (pidltemp && pidltemp->mkid.cb);
313 }
314 else
315 {
316 MESSAGE ("empty pidl (Desktop)\n");
317 }
318 pcheck(pidl);
319 }
320}
static void _dbg_ILSimpleGetText(LPCITEMIDLIST pidl, LPSTR szOut, UINT uOutSize)
Definition: debughlp.cpp:218
static LPWSTR _dbg_ILGetSTextPointerW(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:172
static LPSTR _dbg_ILGetSTextPointer(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:150
BOOL pcheck(LPCITEMIDLIST pidl)
Definition: debughlp.cpp:360
#define debugstr_a
Definition: kernel32.h:31
#define debugstr_w
Definition: kernel32.h:32
#define MESSAGE
Definition: options.h:86
BOOL _ILIsUnicode(LPCITEMIDLIST pidl)
Definition: pidl.c:2033
static const WCHAR szName[]
Definition: powrprof.c:45
TW_UINT32 TW_UINT16 TW_UINT16 TW_MEMREF pData
Definition: twain.h:1830

Referenced by pdump(), and pdump_always().

◆ shdebugstr_guid()

const char * shdebugstr_guid ( const struct _GUID id)

Definition at line 438 of file debughlp.cpp.

439{
440 unsigned int i;
441 const char* name = NULL;
442 char clsidbuf[100];
443
444 if (!id) return "(null)";
445
446 for (i=0; i < sizeof(InterfaceDesc) / sizeof(InterfaceDesc[0]); i++) {
448 }
449 if (!name) {
450 if (HCR_GetClassNameA(*id, clsidbuf, 100))
451 name = clsidbuf;
452 }
453
454 return wine_dbg_sprintf( "\n\t{%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x} (%s)",
455 id->Data1, id->Data2, id->Data3,
456 id->Data4[0], id->Data4[1], id->Data4[2], id->Data4[3],
457 id->Data4[4], id->Data4[5], id->Data4[6], id->Data4[7], name ? name : "unknown" );
458}
static const struct @557 InterfaceDesc[]
const char * wine_dbg_sprintf(const char *format,...)
Definition: compat.c:296
GLuint id
Definition: glext.h:5910
#define IsEqualIID(riid1, riid2)
Definition: guiddef.h:95
BOOL HCR_GetClassNameA(REFIID riid, LPSTR szDest, DWORD len)
Definition: classes.c:497
Definition: name.c:39

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()

WINE_DEFAULT_DEBUG_CHANNEL ( pidl  )

Variable Documentation

◆ 

const struct { ... } InterfaceDesc[]
Initial value:
= {
{IID_IUnknown, "IID_IUnknown"},
{IID_IClassFactory, "IID_IClassFactory"},
{IID_IShellView, "IID_IShellView"},
{IID_IOleCommandTarget, "IID_IOleCommandTarget"},
{IID_IDropTarget, "IID_IDropTarget"},
{IID_IDropSource, "IID_IDropSource"},
{IID_IViewObject, "IID_IViewObject"},
{IID_IContextMenu, "IID_IContextMenu"},
{IID_IShellExtInit, "IID_IShellExtInit"},
{IID_IShellFolder, "IID_IShellFolder"},
{IID_IShellFolder2, "IID_IShellFolder2"},
{IID_IPersist, "IID_IPersist"},
{IID_IPersistFolder, "IID_IPersistFolder"},
{IID_IPersistFolder2, "IID_IPersistFolder2"},
{IID_IPersistFolder3, "IID_IPersistFolder3"},
{IID_IExtractIconA, "IID_IExtractIconA"},
{IID_IExtractIconW, "IID_IExtractIconW"},
{IID_IDataObject, "IID_IDataObject"},
{IID_IAutoComplete, "IID_IAutoComplete"},
{IID_IAutoComplete2, "IID_IAutoComplete2"},
{IID_IShellLinkA, "IID_IShellLinkA"},
{IID_IShellLinkW, "IID_IShellLinkW"},
}
const GUID IID_IUnknown
const GUID IID_IClassFactory
const GUID IID_IViewObject
const GUID IID_IDataObject
const GUID IID_IPersist
Definition: proxy.cpp:14

Referenced by shdebugstr_guid().

◆ name

Definition at line 412 of file debughlp.cpp.

◆ riid

Definition at line 411 of file debughlp.cpp.

Referenced by _dbg_ILSimpleGetText().