bUseMaskTable
Flag that indicates whether to use the MaskTable property to identify valid values within the HTable property. Possible values are:
Value |
Meaning |
TRUE |
Use the MaskTable property to identify which values in the HTable property is valid. If MaskTable [i] is not 0, then HTable [i] is to be used. If MaskTable [i] is 0, then HTable [i] is ignored. |
FALSE |
All entries in the HTable are marked as valid. |