 |
DeleteEnhMetaFile Add comment W32 Constants Translate this page |
 |
 |
|
The DeleteEnhMetaFile function deletes an enhanced-format metafile or an enhanced-format metafile handle. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL DeleteEnhMetaFile(
HENHMETAFILE hemf // handle to an enhanced metafile
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER DeleteEnhMetaFile IN gdi32;
INTEGER hemf
|
 |
 |
 |
| Parameters: |
 |
hemf
[in] Handle to an enhanced metafile. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
If the hemf parameter identifies an enhanced metafile stored in memory, the DeleteEnhMetaFile function deletes the metafile.
If hemf identifies a metafile stored on a disk, the function deletes the metafile handle but does not destroy the actual metafile. An application can retrieve the file by calling the GetEnhMetaFile function. |
 |
 |
| Word Index links for the DeleteEnhMetaFile : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-05-22 10:52:15 | | Modified: | 2003-05-22 10:53:44 | Visited in last 7 days: 43 |