GetMetaFile

Syntax

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.  

Return Value

The return value identifies a metafile if the function is successful. Otherwise, it is NULL.