Jump to content

GpiSetMetaFileBits: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 April 2025

  • curprev 18:3718:37, 6 April 2025 Martini talk contribs 3,252 bytes +3,252 Created page with "This call transfers metafile data from application storage into a memory metafile. ==Syntax== GpiSetMetaFileBits(hmf, lOffset, lLength, pbBuffer) ==Parameters== ; hmf (HMF) - input : Metafile-memory handle. ; lOffset (LONG) - input : Offset, in bytes, into the metafile data from the transfer must start. : This is used when the metafile data is too long to fit into a single application buffer. This parameter must be greater or equal to 0. ; lLength (LONG)..."