inetcomm: Improve some TRACEs.

This commit is contained in:
Huw Davies 2008-02-14 12:37:43 +00:00 committed by Alexandre Julliard
parent dd8fe5a973
commit 5f8c766528
1 changed files with 5 additions and 5 deletions

View File

@ -820,7 +820,7 @@ static HRESULT WINAPI MimeBody_SetOption(
const TYPEDID oid, const TYPEDID oid,
LPCPROPVARIANT pValue) LPCPROPVARIANT pValue)
{ {
FIXME("stub\n"); FIXME("(%p)->(%08x, %p): stub\n", iface, oid, pValue);
return E_NOTIMPL; return E_NOTIMPL;
} }
@ -829,7 +829,7 @@ static HRESULT WINAPI MimeBody_GetOption(
const TYPEDID oid, const TYPEDID oid,
LPPROPVARIANT pValue) LPPROPVARIANT pValue)
{ {
FIXME("stub\n"); FIXME("(%p)->(%08x, %p): stub\n", iface, oid, pValue);
return E_NOTIMPL; return E_NOTIMPL;
} }
@ -846,7 +846,7 @@ static HRESULT WINAPI MimeBody_IsType(
IMimeBody* iface, IMimeBody* iface,
IMSGBODYTYPE bodytype) IMSGBODYTYPE bodytype)
{ {
FIXME("stub\n"); FIXME("(%p)->(%d): stub\n", iface, bodytype);
return E_NOTIMPL; return E_NOTIMPL;
} }
@ -2134,7 +2134,7 @@ static HRESULT WINAPI MimeMessage_SetOption(
const TYPEDID oid, const TYPEDID oid,
LPCPROPVARIANT pValue) LPCPROPVARIANT pValue)
{ {
FIXME("(%p)->(%d, %p)\n", iface, oid, pValue); FIXME("(%p)->(%08x, %p)\n", iface, oid, pValue);
return E_NOTIMPL; return E_NOTIMPL;
} }
@ -2143,7 +2143,7 @@ static HRESULT WINAPI MimeMessage_GetOption(
const TYPEDID oid, const TYPEDID oid,
LPPROPVARIANT pValue) LPPROPVARIANT pValue)
{ {
FIXME("(%p)->(%d, %p)\n", iface, oid, pValue); FIXME("(%p)->(%08x, %p)\n", iface, oid, pValue);
return E_NOTIMPL; return E_NOTIMPL;
} }