Metafile::Metafile(IStream*) method (gdiplusheaders.h)

Creates a Metafile::Metafile object from an IStream interface for playback.

Syntax

void Metafile(
  [in] IStream *stream
);

Parameters

[in] stream

Type: IStream*

Pointer to a COM IStream interface that points to a data stream in a file.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplusheaders.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Loading and Displaying Metafiles

Metafile

Metafiles