CloseEnhMetaFile (gdi32)
Last changed: anathan-4.35.161.137

.
Summary
Closes an enhanced-metafile device context and returns a handle that identifies an enhanced-format metafile.

C# Signature:

[DllImport("gdi32.dll")]
static extern IntPtr CloseEnhMetaFile(IntPtr hdc);

VB Signature:

Declare Function CloseEnhMetaFile Lib "gdi32.dll" _
   (hdc As IntPtr) As IntPtr

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation