Jump to content

GpiCopyMetaFile: 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:3018:30, 6 April 2025 Martini talk contribs 2,150 bytes +2,150 Created page with "This function creates a new metafile and copies the contents of an existing loaded metafile into it. ==Syntax== GpiCopyMetaFile(hmf) ==Parameters== ; hmf (HMF) - input : Source metafile handle. ==Return Value== ; hmfNew (HMF) - returns : New metafile handle and error indicators. :; <>0 :: New metafile handle :; GPI_ERROR :: Error. ==Remarks== The source metafile must already be loaded or generated. It is identified by a metafile handle. The new metafile is i..."