2.2.16 DECIMAL

The DECIMAL structure ([MS-OAUT] section 2.2.26) specifies a sign and scale for a number. Decimal variables are represented as 96-bit unsigned integers that are scaled by a variable power of 10.

This type is declared as follows:

 typedef DECIMAL DECIMAL;

wReserved: MUST be set to 0x0000.

scale: MUST be set to 0x00.

sign: MUST be set to 0x00.

Hi32: MUST be set to 0x00000000.

Lo64: Contains the 64-bit unsigned integer to be returned to the client.