ZwLoadDriver
But it a) has no reference counting support b) does not provide you with GetProcAddress.
In short, the LoadLibrary/GetProcAddress paradigm is just _not implemented properly_ in kernel mode.
—
Maxim S. Shatskih
Windows DDK MVP
http://www.storagecraft.com
"yushang" <> wrote in message news:60972ffe-62c9-4840-a083-…
> Dear all , as mentioned above , how to load a dll into a driver’s
> address space ? Is there any kernel api doing such thing? Thanks in
> advance

