Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ENHMETARECORD structure (wingdi.h)

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.

Syntax

typedef struct tagENHMETARECORD {
 DWORD iType;
 DWORD nSize;
 DWORD dParm[1];
} ENHMETARECORD, *PENHMETARECORD, *LPENHMETARECORD;

Members

iType

The record type.

nSize

The size of the record, in bytes.

dParm[1]

An array of parameters passed to the GDI function identified by the record.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wingdi.h (include Windows.h)

See also

ENHMETAHEADER

Metafile Structures

Metafiles Overview


Feedback

Was this page helpful?

Additional resources