METARECORD structure (wingdi.h)

The METARECORD structure contains a Windows-format metafile record.

Syntax

typedef struct tagMETARECORD {
  DWORD rdSize;
  WORD  rdFunction;
  WORD  rdParm[1];
} METARECORD, *PMETARECORD, *LPMETARECORD;

Members

rdSize

The size, in words, of the record.

rdFunction

The function number.

rdParm[1]

An array of words containing the function parameters, in reverse of the order they are passed to the function.

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

METAHEADER

Metafile Structures

Metafiles Overview