Desktop Functions: Smart Device Functions:
|
Search Results for "DeleteEnhMetaFile" in [All]Structures1: FORMATETC
// member is null, the destination process should use DeleteEnhMetaFile to delete
' member is null, the destination process should use DeleteEnhMetaFile to delete gdi32
static extern bool DeleteEnhMetaFile(IntPtr hemf);
Shared Function DeleteEnhMetaFile(ByVal hemf As IntPtr) As Boolean
DeleteEnhMetaFile(hEMF);
DeleteEnhMetaFile(hEMF); |