How do I allocate locked memory in the kernel that can be used inside the interrupt handler?
WinDriver implements malloc() and free() in its Kernel PlugIn library (kp_nt.lib ; previously also kp_95.lib), to which your Kernel PlugIn code is linked. These functions are implemented to allocate locked memory when called from the kernel mode, so you can use that memory in your interrupt handler as well. |
Technical Documents
(WinDriver related)
WinDriver: Support Center
WinDriver: Product Page
Can't find what you need?
(WinDriver related)
Documents Navigator:
WinDriver: Support Center
WinDriver: Product Page
Can't find what you need?