导出以下运行时库过时例程以支持现有的驱动程序二进制文件:
| 已过时的例程 | 说明 |
|---|---|
| RtlEnlargedIntegerMultiply | 为了获得更好的性能,如果结果适合 32 位有符号整数,请使用 RtlLongMult 例程。 否则,请使用编译器对 64 位整数运算的支持。 |
| RtlEnlargedUnsignedDivide | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlEnlargedUnsignedMultiply | 为了获得更好的性能,如果结果适合 32 位无符号整数,请使用 RtlULongMult 例程。 否则,请使用编译器对 64 位整数运算的支持。 |
| RtlExtendedIntegerMultiply | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlExtendedLargeIntegerDivide | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlExtendedMagicDivide | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlFillBytes | 使用给定的无符号字符填充调用方提供的缓冲区。 请改用 RtlFillMemory 。 |
| RtlLargeIntegerAdd | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerAnd | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerArithmeticShift | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerDivide | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerEqualTo | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerEqualToZero | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerGreaterOrEqualToZero | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerGreaterThan | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerGreaterThanOrEqualTo | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerGreaterThanZero | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerLessOrEqualToZero | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerLessThan | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerLessThanOrEqualTo | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerLessThanZero | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerNegate | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerNotEqualTo | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerNotEqualToZero | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerShiftLeft | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerShiftRight | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlLargeIntegerSubtract | 为了提高性能,请使用编译器对 64 位整数运算的支持。 |
| RtlZeroBytes | 在给定指向块的指针和要填充的长度(以字节为单位)的情况下,用零填充内存块。 为了提高性能,请使用 RtlZeroMemory。 |