mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
inetcomm: Implement IMimeMessage_GetMessageSource.
This commit is contained in:
parent
b21b9c7372
commit
e03f478aee
@ -1674,8 +1674,12 @@ static HRESULT WINAPI MimeMessage_GetMessageSource(
|
||||
IStream **ppStream,
|
||||
DWORD dwFlags)
|
||||
{
|
||||
MimeMessage *This = (MimeMessage *)iface;
|
||||
FIXME("(%p)->(%p, 0x%x)\n", iface, ppStream, dwFlags);
|
||||
return E_NOTIMPL;
|
||||
|
||||
IStream_AddRef(This->stream);
|
||||
*ppStream = This->stream;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI MimeMessage_GetMessageSize(
|
||||
|
Loading…
Reference in New Issue
Block a user