Tech Support > Microsoft Windows > Drivers > How to call the kernel API which is not in the DDK document!
How to call the kernel API which is not in the DDK document!
Posted by 东皇钟 on May 1st, 2008


I can't find that kernel API in the DDK document. But it is exposed by
ntoskrnl.exe.
What should I do to call it !

Thank you very much!
--
天若有情天亦老,人间*道是沧桑。

Posted by Maxim S. Shatskih on May 1st, 2008


Find it in the header files and call, or write your own declaration for the
function and call.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"东皇钟" <jsniperwyc@yahoo.com.cn> wrote in message
news:A36F2C95-C04C-4B9D-AF5F-730C282F9CEE@microsoft.com...

Posted by Pavel A. on May 1st, 2008


"???" <jsniperwyc@yahoo.com.cn> wrote in message
news:A36F2C95-C04C-4B9D-AF5F-730C282F9CEE@microsoft.com...
Suppose you can jump out of the window, but don't see instructions how to do
this.
Do you have to jump?

You're welcome.

Regards,
--PA




Posted by Doron Holan [MSFT] on May 1st, 2008


be warned, if the functio is not documented it may disappear in the next
release or service pack or the number of parameters could change. what
function do you want to call?

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"东皇钟" <jsniperwyc@yahoo.com.cn> wrote in message
news:A36F2C95-C04C-4B9D-AF5F-730C282F9CEE@microsoft.com...

Posted by mindy on May 9th, 2008




"东皇钟" <jsniperwyc@yahoo.com.cn> wrote in message
news:A36F2C95-C04C-4B9D-AF5F-730C282F9CEE@microsoft.com...