Populate METAFILEPICT struct given a HMETAFILE. Missing something simple?
Pretty simple problem it seems.
Code:
HMETAFILE hMetaFile = GetMetaFile(myMetaFile);
METAFILEPICT myMetaPict;
// ??? What can I do to populate the METAFILEPICT struct to access variables below.
myMetaPict.yExt;
myMetaPict.xExt;
Re: Populate METAFILEPICT struct given a HMETAFILE. Missing something simple?
GetEnhMetaFileHeader along with ENHMETAHEADER structure
From MSDN
Quote:
METAFILEPICT structure
Defines the metafile picture format used for exchanging metafile data through the clipboard.