Reading and Writing Aldus Placeable Metafiles
Article ID: 129658
Article Last Modified on 3/7/2005
APPLIES TO
- Microsoft Windows Software Development Kit 3.1
This article was previously published under Q129658
SUMMARY
Windows applications such as Microsoft Word and Microsoft Excel, read and
write metafiles in a format known as Aldus Placeable Format. This format is
incompatible with the Windows GetMetaFile(), CopyMetaFile(), and PlayMetaFile() functions. This incompatibility occurs because placeable metafiles begin with a 22-byte header.
Sample code is available in the Microsoft Download Center that you can use
to read and write these placeable metafiles.
REFERENCES
For additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
145999 How to Create and Play Enhanced Metafiles in Win32
Additional query words: OpenClipBoard GetClipBoardData CF_METAFILEPICT kbgraphic kbfile
Keywords: kbinfo kbdownload kbfile kbsample kbgraphic KB129658