From: 东皇钟 on
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!
--
天若有情天亦老,人间正道是沧桑。
From: Maxim S. Shatskih on
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(a)storagecraft.com
http://www.storagecraft.com

"东皇钟" <jsniperwyc(a)yahoo.com.cn> wrote in message
news:A36F2C95-C04C-4B9D-AF5F-730C282F9CEE(a)microsoft.com...
> 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!
> --
> 天若有情天亦老,人间正道是沧桑。

From: Pavel A. on
"???" <jsniperwyc(a)yahoo.com.cn> wrote in message
news:A36F2C95-C04C-4B9D-AF5F-730C282F9CEE(a)microsoft.com...
> 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 !

Suppose you can jump out of the window, but don't see instructions how to do
this.
Do you have to jump?

> Thank you very much!

You're welcome.

Regards,
--PA



From: Doron Holan [MSFT] on
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(a)yahoo.com.cn> wrote in message
news:A36F2C95-C04C-4B9D-AF5F-730C282F9CEE(a)microsoft.com...
>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!
> --
> 天若有情天亦老,人间正道是沧桑。

From: mindy on


"东皇钟" <jsniperwyc(a)yahoo.com.cn> wrote in message
news:A36F2C95-C04C-4B9D-AF5F-730C282F9CEE(a)microsoft.com...
> 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!
> --
> 天若有情天亦老,人间正道是沧桑。