Previous Next

Run-Time Library Routines

This section describes references for the run-time library routines, in alphabetical order.

For an overview of the functionality of these routines, see Summary of Kernel-Mode Support Routines.

The following routines are reserved for system use. Do not use them in your driver.

RtlAssert. Use ASSERT instead.

RtlGetCallersAddress

RtlInterlockedAndBits. Use InterlockedAnd instead.

RtlInterlockedAndBitsDiscardReturn. Use InterlockedAnd instead.

RtlInterlockedClearBits. Use InterlockedAnd instead.

RtlInterlockedClearBitsDiscardReturn. Use InterlockedAnd instead.

RtlInterlockedSetBits. Use InterlockedOr instead.

RtlInterlockedSetBitsDiscardReturn. Use InterlockedOr instead.

RtlInterlockedSetClearBits

RtlInterlockedXorBits. Use InterlockedXor instead.