3

Can someone explain me please what is RTL in the context of driver development for Windows ?

Development Tool : Visual studio 2019 Driver Type: Kernel Mode (kmdf). Programming Language : C.

Paul R
  • 208,748
  • 37
  • 389
  • 560
ST0x
  • 53
  • 8

1 Answers1

14

Many kernel API functions start with the Rtl prefix - that's an abbreviation of Run Time Library.

SomeWittyUsername
  • 18,025
  • 3
  • 42
  • 85