Summary of Kernel-Mode Safe Integer Functions
The following table summarizes the safe integer functions that are available to kernel-mode drivers.
Functions | Purpose |
---|---|
Addition Functions |
|
Multiplication Functions |
|
Subtraction Functions |
|
Conversion to Short |
|
Conversion to Char |
|
Conversion to Int |
|
Conversion to Int8 |
|
Conversion to Int16 |
|
Conversion to IntPtr |
|
Conversion to Long |
|
Conversion to LongPtr |
|
Conversion to LongLong |
|
Conversion to UShort |
|
Conversion to UChar |
|
Conversion to Uint |
|
Conversion to Uint8 |
|
Conversion to Uint16 |
|
Conversion to UintPtr |
|
Conversion to ULong |
|
Conversion to ULongLong |
|
Conversion to ULongPtr |