Jump to content

GpiSaveMetaFile: 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:3618:36, 6 April 2025 Martini talk contribs 2,094 bytes +2,094 Created page with "This function saves a metafile in a disk file. ==Syntax== GpiSaveMetaFile(hmf, pszFilename) ==Parameters== ; hmf (HMF) - input : Metafile handle. ; pszFilename (PSZ) - input : The name of the file to which the metafile is to be saved. : This name must be a valid external name. It is an error if a file of this name exists already. ==Return Value== ; rc (BOOL) - returns : Success indicator. :; TRUE :: Successful completion :; FALSE :: Error occurred. ==Re..."