Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Reference

  Switch on low bandwidth view
Windows Driver Kit: Kernel-Mode Driver Architecture
Run-Time Library (RTL) Routines

This section describes the run-time library (RTL) 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. Use the intrinsic _ReturnAddress 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.
  • RtlInterlockedSetClearBits
  • RtlInterlockedXorBits. Use InterlockedXor instead.
  • RtlWalkFrameChain


Send feedback on this topic
Built on May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker