Share via


MimeOleCreateByteStream function

Do not use. Creates a new byte stream.

Syntax

HRESULT MimeOleCreateByteStream(
  _Out_ IStream **ppStream
);

Parameters

ppStream [out]

Type: IStream**

Receives the address of a pointer to an IStream object that contains the new byte stream.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates success.
E_INVALIDARG
Indicates that ppStream is NULL.

Remarks

Note

Caller of function is responsible for freeing IStream object.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Mimeole.h
Library
Inetcomm.lib
DLL
Inetcomm.dll (version 6.0 or later)