typedef struct _MARGINS {
int cxLeftWidth;
int cxRightWidth;
int cyTopHeight;
int cyBottomHeight;
} MARGINS, *PMARGINS;
| 配列の添え字 | 対応するメンバ名 | オフセット (byte) | サイズ (byte) |
|---|---|---|---|
| margins(0) | cxLeftWidth | 0 | 4 |
| margins(1) | cxRightWidth | 4 | 4 |
| margins(2) | cyTopHeight | 8 | 4 |
| margins(3) | cyBottomHeight | 12 | 4 |
(C)2019 inonote / 無断転載禁止