METARECORD

【勇芳软件工作室】汉化HomePreviousNext

METARECORD结构包含Windows格式的图元文件记录。

typedef struct tagMETARECORD { // mr

DWORD rdSize;

WORD rdFunction;

WORD rdParm[1];

} METARECORD;

会员

rdsiz到

指定记录的大小(以字为单位)。

Specifies the function number.

指定功能号码。

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

指定包含函数参数的单词数组,与传递给函数的顺序相反。

也可以看看

METAHEADER