lFlags
Flags that indicate what type of data is in the iCellWidth and iCellHeight parameters. You can use a bitwise OR (|) to specify one flag from each group.
The following are the flags that indicate the type of data in the iCellWidth parameter:
Value |
Meaning |
GLASS _WFRQ |
[0x0001] The parameter iCellWidth is the number of cells along the width of the bitmap. |
GLASS_WPER |
[0x0002] The parameter iCellWidth is the width of the cell in pixels. |
The following are the flags that indicate the type of data in the iCellHeight parameter: |
|
Value |
Meaning |
GLASS _HFRQ |
[0x0010] The parameter iCellHeight is the number of cells along the height of the bitmap. |
GLASS_HPER |
[0x0020] The parameter iCellWidth is the height of the cell in pixels. |