Hi
I want to use the function "ZwCreateSection", but this function is not avalaible in the Windows 2000 DDK libraries, and I can't find it in the DDK documentation and there is no prototype for this function in wdm.h ( whereas the other Zw..Section functions are avalaible)
In microsoft website, the function 's description is avalable, so why I can't use it in my environement
Is this function replaced by an other

Thanks for your hel
Pascal

Re: ZwCreateSection by Eliyas

Eliyas
Tue Mar 02 14:36:16 CST 2004

ZwCreateSection is documented in Server 2003 DDK. The function prototype is
available only in the server 2003 ntddk and wdm headerfile. Just copy the
prototype to your private header file if you want to use this function on
Win2K and XP. It's exported on all NT oses.

I will make sure that this function is available for use even in 2K and XP
build environment in our next version of the DDK.

--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/whdc/hwdev/driver/kb-drv.mspx