Changeset 5602 for trunk/src/ole32/errorinfo.c
- Timestamp:
- Apr 26, 2001, 9:33:15 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/ole32/errorinfo.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/errorinfo.c
r4659 r5602 9 9 */ 10 10 11 #include <string.h> 11 12 #include "debugtools.h" 12 13 #include "windef.h" … … 169 170 { 170 171 _ICOM_THIS_From_IErrorInfo(ErrorInfoImpl, iface); 171 ////TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvoid);172 TRACE("(%p)->(\n\tIID:\t%s,%p)\n",This,debugstr_guid(riid),ppvoid); 172 173 173 174 *ppvoid = NULL; … … 330 331 { 331 332 _ICOM_THIS_From_ICreateErrorInfo(ErrorInfoImpl, iface); 332 ////TRACE("(%p)->(%s)\n", This, debugstr_guid(rguid));333 TRACE("(%p)->(%s)\n", This, debugstr_guid(rguid)); 333 334 memcpy(&This->m_Guid, rguid, sizeof(GUID)); 334 335 return S_OK; … … 432 433 { 433 434 _ICOM_THIS_From_ISupportErrorInfo(ErrorInfoImpl, iface); 434 ////TRACE("(%p)->(%s)\n", This, debugstr_guid(riid));435 TRACE("(%p)->(%s)\n", This, debugstr_guid(riid)); 435 436 return (IsEqualIID(riid, &This->m_Guid)) ? S_OK : S_FALSE; 436 437 }
Note:
See TracChangeset
for help on using the changeset viewer.
