 |
GetEnhMetaFile ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetEnhMetaFile function creates a handle that identifies the enhanced-format metafile stored in the specified file. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HENHMETAFILE GetEnhMetaFile(
LPCTSTR lpszMetaFile // file name
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetEnhMetaFile IN gdi32;
STRING lpszMetaFile
|
 |
 |
 |
| Parameters: |
 |
lpszMetaFile
[in] Pointer to a null-terminated string that specifies the name of an enhanced metafile. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is a handle to the enhanced metafile. |
 |
 |
| My comment: |
 |
| When the application no longer needs an enhanced-metafile handle, it should delete the handle by calling the DeleteEnhMetaFile function. |
 |
 |
| Word Index links for the GetEnhMetaFile : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-05-22 16:42:32 | | Modified: | 2003-05-22 16:44:04 | Visited in last 7 days: 15 |