MetafileHeader::GetVersion method (gdiplusmetaheader.h)

The MetafileHeader::GetVersion method gets the version of the metafile.

Syntax

UINT GetVersion();

Return value

Type: UINT

This method returns the version of the metafile. The metafile version indicates whether the metafile is an EMF, EMF+, or WMF metafile. EMF files always have 0x0010000 as the version. EMF+ files currently have 0xdbc01001 as the version. WMF files usually have 0x0300 as the version; however, earlier versions may be 0x0100.

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 gdiplusmetaheader.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

GetMetafileHeader

Loading and Displaying Metafiles

Metafile

MetafileHeader

Metafiles