ENHMETARECORD

The ENHMETARECORD structure contains data that describes a graphics device interface (GDI) function used to create part of a picture in an enhanced-format metafile.

typedef struct tagENHMETARECORD { // enmr 
    DWORD iType; 
    DWORD nSize; 
    DWORD dParm[1]; 
} ENHMETARECORD; 
 

Members

iType
Specifies the record type.
nSize
Specifies the size of the record, in bytes.
dParm
Specifies an array of parameters passed to the GDI function identified by the record.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Metafiles Overview, Enhanced Metafile Structures, ENHMETAHEADER