Jump to content

GpiLoadMetaFile: 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:3318:33, 6 April 2025 Martini talk contribs 1,992 bytes +1,992 Created page with "This function loads data from a file into a metafile. ==Syntax== GpiLoadMetaFile(hab, pszFilename) ==Parameters== ; hab (HAB) - input : Anchor-block handle. ; pszFilename (PSZ) - input : Filename. : The name of the file that is to be loaded into a metafile. ==Return Value== ; hmf (HMF) - returns : Metafile handle or error. :; <>0 :: Metafile handle :; GPI_ERROR :: Error. ==Remarks== A metafile is created, into which the data from the file is loaded. The..."