HANDLE GetMetaFile(lpFilename)
This function creates a handle for the metafile named by the lpFilename parameter.
Parameter | Type/Description |
lpFilename | LPSTR Points to the null-terminated character string that specifies the DOS filename of the metafile. The metafile is assumed to exist. |
The return value identifies a metafile if the function is successful. Otherwise, it is NULL.