|
Com uses more of this type. This data type can represent multiple data types, such as
int, uint, etc., there is a VARTYPE to indicate which data type, and then according to the data type
Then get the corresponding data (long-VARIANT.lVal, BYTE-VARIANT.bVal) |
|