MimeOleCreateVirtualStream function
Do not use. Creates a new virtual stream.
Syntax
HRESULT MimeOleCreateVirtualStream(
_Out_ IStream **ppStream
);
Parameters
-
ppStream [out]
-
Type: IStream**
Receives the address of a pointer to the IStream object that contains the new virtual stream.
Return value
Type: HRESULT
Returns one of the following values.
Return code | Description |
---|---|
|
Indicates success. |
|
Indicates that ppStream is NULL. |
|
Indicates that an attempt to allocate memory failed. |
Remarks
Note
User 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 |
|
Library |
|
DLL |
|