Re: Native API Calls in W2K
From: Olof Lagerkvist (no_at_email.address)
Date: 02/09/05
- Next message: Chuck Chopp: "Re: Mapping network resources from a service"
- Previous message: rader19: "Re: System event when user connects to a Network share"
- In reply to: AlexWavecom: "Native API Calls in W2K"
- Next in thread: AlexWavecom: "Re: Native API Calls in W2K"
- Reply: AlexWavecom: "Re: Native API Calls in W2K"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 09 Feb 2005 13:25:24 GMT
AlexWavecom wrote:
> I am tryinfg to use some native API calls in W2K. I created ntdll.lib from
> ntdll.dll. And made some definitions in my own header file (following the
> descriptions in the "Native API Reference" book from Gary Nebbett). I get a
> link error "unresolved external" for the method "ZwQuerySystemInformation".
>
> It seems that the definitions of the book are not up to date no more.
>
> Is it possible to create a header file from ntdll.dll too?
>
> Or how has the definition for the "ZwQuerySystemInformation" to look like?
The easiest thing for you is to order the Windows DDK which includes
headers and import libraries etc for ntdll.dll API functions. The price
for Windows DDK is only shipping costs.
http://www.microsoft.com/whdc/devtools/ddk/
Note that in usermode the Zw*** functions are called Nt*** so this
function would be called NtQuerySystemInformation() in the headers.
-- Olof Lagerkvist sm6xmk ICQ: 724451 @ssa.se Web: http://here.is/olof
- Next message: Chuck Chopp: "Re: Mapping network resources from a service"
- Previous message: rader19: "Re: System event when user connects to a Network share"
- In reply to: AlexWavecom: "Native API Calls in W2K"
- Next in thread: AlexWavecom: "Re: Native API Calls in W2K"
- Reply: AlexWavecom: "Re: Native API Calls in W2K"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|