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.
RtlInterlockedAndBits. Use InterlockedAnd instead.
RtlInterlockedAndBitsDiscardReturn. Use InterlockedAnd instead.
RtlInterlockedClearBits. Use InterlockedAnd instead.
RtlInterlockedClearBitsDiscardReturn. Use InterlockedAnd instead.
RtlInterlockedSetBits. Use InterlockedOr instead.
RtlInterlockedSetBitsDiscardReturn. Use InterlockedOr instead.
RtlInterlockedXorBits. Use InterlockedXor instead.