Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
GpiQueryMetaFileBits changes
◄Full Description► ◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
Corrections
In the example, the first parameter of the GpiQueryMetaFileBits function is
a handle of the metafile, not a handle to the presentation space. Also, the
metafile is assumed to be no greater than 64K. For larger metafiles, you can
use the DosAllocHuge function to allocate segments to receive the metafile
bits.
♦