|
Prev: NDIS61 Header Data Split question
Next: Does Windows XP , Windows 2000 and Vista has the same registry position?
From: 东皇钟 on 1 May 2008 04:19 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 1 May 2008 04:26 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 1 May 2008 04:46 "???" <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 1 May 2008 17:10 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 9 May 2008 01:41
"东皇钟" <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! > -- > 天若有情天亦老,人间正道是沧桑。 |