 |
CloseEnhMetaFile Add comment W32 Constants Translate this page |
 |
 |
|
The CloseEnhMetaFile function closes an enhanced-metafile device context and returns a handle that identifies an enhanced-format metafile. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HENHMETAFILE CloseEnhMetaFile(
HDC hdc // handle to enhanced-metafile DC
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CloseEnhMetaFile IN gdi32;
INTEGER hdc
|
 |
 |
 |
| Parameters: |
 |
hdc
[in] Handle to an enhanced-metafile device context. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is a handle to an enhanced metafile. |
 |
 |
| My comment: |
 |
| When the application no longer needs the enhanced metafile handle, it should release the handle by calling the DeleteEnhMetaFile function. |
 |
 |
| Word Index links for the CloseEnhMetaFile : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-05-22 10:50:36 | | Modified: | 2003-05-22 10:51:58 | Visited in last 7 days: 19 |