or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Windows NT/2000 Native API Reference [Paperback]

Gary Nebbett
4.2 out of 5 stars  See all reviews (13 customer reviews)

List Price: $50.00
Price: $45.64 & FREE Shipping. Details
You Save: $4.36 (9%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 3 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Want it tomorrow, May 21? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

February 20, 2000 1578701996 978-1578701995 1

Windows NT/2000 Native API Reference is absolutely unique. Currently, documentation on WIndows NT's native APIs can only be found through access to the source code or occasionally Web sites where people have chosen to share bits of insight gained through reverse engineering. This book provides the first complete reference to the API functions native to Windows NT and covers the set of services that are offered by Windows NT to both kernel- and user-mode programs. Ideal for the intermediate and advanced level user- and kernel-mode developers of Windows systems, this books is devoted to the NT native API and consists of documentation of the 210 routines included in the API. Also included are all the functions added in Windows 2000.


Frequently Bought Together

Windows NT/2000 Native API Reference + Windows Internals: The Implementation of the Windows Operating Environment
Price for both: $70.47

Buy the selected items together


Editorial Reviews

Amazon.com Review

Under the hood, how does Windows 2000 really work? Windows NT/2000 Native API Reference provides a thorough listing of all available internal or "native" API calls, many of them undocumented. For any advanced C/C++ programmer who writes Win32 device drivers or system utilities, this is an indispensable resource to some truly impossible-to-find information.

The book first explains what native APIs are and what they are good for. Native APIs (which all begin with the "Nt" or "Zw" prefixes) run closer to the operating system (in kernel mode), so they are perfect for those who write device drivers, debuggers, profilers, or other system utilities.

This book lists several hundred native APIs, the C structures they use, and the Win32 calls that invoke them. As a reference, this text is a model of clarity, with each function clearly documented and explained. APIs are grouped by functionality, from finding system information to processes and threads, memory management, file I/O, and other categories. One standout here is the sample code that polls the system for low-level information, which mimics developer utilities that let you view process and thread information. Other short examples include techniques for accessing debugging, profiling, and exception information.

For programmers who write device drivers, this title also includes the plug-and-play and power management APIs used by today's Windows. Interesting appendices include a guide to the way the Win32 NTFS file system organizes data on disks, along with sample code to access--and even decompress--this information.

Whether you want to write device drivers or system utilities, or you just want to learn more about the operating system, this comprehensive guide takes the lid off Windows 2000 and looks inside at its internal functions. --Richard Dragan

Topics covered: Native API overview, native API vs. Win32 API, system information and control, APIs for objects, object directories and symbolic links, virtual memory, sections for memory-mapped files, threads, processes, building ToolHelp utilities with native APIs, Windows 2000 API for jobs, tokens, working with synchronization objects, execution profiling, ports and local procedure calls (LPCs), debugging support with LPCs, opening, reading and writing files, NTFS disk structures, Registry keys, security and auditing, plug-and-play and power management, miscellaneous native APIs, exception and debugging.

From the Back Cover

Windows NT/2000 Native API Reference is absolutely unique. Currently, documentation on WIndows NT's native APIs can only be found through access to the source code or occasionally Web sites where people have chosen to share bits of insight gained through reverse engineering. This book provides the first complete reference to the API functions native to Windows NT and covers the set of services that are offered by Windows NT to both kernel- and user-mode programs. Ideal for the intermediate and advanced level user- and kernel-mode developers of Windows systems, this books is devoted to the NT native API and consists of documentation of the 210 routines included in the API. Also included are all the functions added in Windows 2000.

Product Details

  • Paperback: 528 pages
  • Publisher: Sams Publishing; 1 edition (February 20, 2000)
  • Language: English
  • ISBN-10: 1578701996
  • ISBN-13: 978-1578701995
  • Product Dimensions: 5.9 x 1.1 x 9 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon Best Sellers Rank: #353,717 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

Most Helpful Customer Reviews
22 of 23 people found the following review helpful
5.0 out of 5 stars The missing DDK chapter April 16, 2000
Format:Paperback
This is the missing chapter of the Windows 2000 device driver kit! Why doesn't Microsoft publish such a book? It documents ALL native API functions and relevant structures very accurately. The author must have spent several months of disassembly and reverse engineering. The book is a must-have reference for anyone writing NT/Win2K system-level software, like debuggers, spying/monitoring utilities, system info tools, drivers, and the like.

However, keep in mind that it's a REFERENCE in its purest sense. Although there is some interspersed sample code, it's NOT a tutorial. You need to know already what you're doing before you will benefit from this book.

Comment | 
Was this review helpful to you?
17 of 17 people found the following review helpful
5.0 out of 5 stars A must-read for anyone writing for NT March 16, 2000
Format:Paperback|Amazon Verified Purchase
Disclaimer: I wrote one of the inside cover blurbs. Don't expect me to slam the book.

The Native API Reference not only shows you the neat and very useful things that NT can do but does not expose through its Win32 personality; it also tells you which areas are covered by documented Win32 APIs, lessening, one hopes, the gratuitous use of officially undocumented functionality. Right from the start, you will find the NtQuery...() functions fascinating, and if you write kernel-mode code, you will *love* having a complete reference to the Zw...() functions -- no more cursing the horrible DDK documentation.

Intended audience: If you don't know what a handle is, or how Win32 deals with I/O, synchronization, and the like, then this book is not for you; read Richter's _Advanced Windows_ first.

My only wish is for MTP to have chosen a font slightly larger than Flyspeck 3, and maybe less of the black splotches that make the book's pages look like an unbroken string of obituaries.

Comment | 
Was this review helpful to you?
19 of 20 people found the following review helpful
5.0 out of 5 stars Native API background April 21, 2000
Format:Paperback
Things to note:

0. Read the reviews after mine. People are right about what they say.

1. Native API is (or now was) officially unpublished. Microsoft does not want you to know about this API. In fact, the publisher almost did not publish the book for fear of legal issues.

2. Usually, you need to talk to Microsoft to learn of Native API calls. This book is easier than dealing with Microsoft.

3. Native API evolves. Only Microsoft (and those who've obtained the proper source licenses) know of the new API functions that were added after this book went to print.

4. Native API will help you do a lot of black-magic kernel-mode things, without having to hack/patch the OS. (think memory pools, devices, etc.)

5. This book will not teach you how to do program kernel mode modules. Yet, cnsider this book to be an ESSENTIAL supplement for kernel mode things.

Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
3.0 out of 5 stars Nice, but out of date
It is nice that the author documented this APIs long before MS got around to it, but now they are either documented or deprecated APIs (XP, Vista). Read more
Published on January 11, 2008 by Unhandled Exception
4.0 out of 5 stars Essential reference material
This book is essential material for someone interested in knowing how NT really works. I discovered it a few years ago, and it immediately freed me from having to peer through a... Read more
Published on April 22, 2005 by dave
2.0 out of 5 stars Good Reference not much MEAT to it
Ok, usually I do not write reviews on books that I get, because I just don't care to. This time I have to. Not too long ago I received this book, and too my suprise it was TINY. Read more
Published on February 13, 2004 by "7web"
5.0 out of 5 stars Badly Needed Reference to the Dimly Illuminated World of NT
This book is the first and only reference of its type. It delves deep into the harsh and uncompromizing world of NT internals. Read more
Published on January 11, 2002 by Adam Sroka
5.0 out of 5 stars Really unique effort
This is not a regular text book about the Undocumented Windows NT. It does not tell anything about the system components or even how does the system works. Read more
Published on September 8, 2001 by Ahmed Sallam
5.0 out of 5 stars Must-have reference
This is an extremely useful and well written reference book. It's not for the faint of heart or the newbie, though. Read more
Published on February 13, 2001 by Tomas Restrepo
1.0 out of 5 stars I'm so mad, I decided to leave a review here
I'm so sorry that the previous review didn't appear here before I bought this book. Maybe it's just me, but this book is NOT good. Read more
Published on November 25, 2000 by "scott_t_g"
5.0 out of 5 stars A must for any hardcore developer
Execellent coverage of a very little know subject. It covers what it advertises and nothing more. Only thing I would like to see is a table equating some of the Win32 calls with... Read more
Published on March 24, 2000 by Mark Covert
5.0 out of 5 stars Groundbreaking Book -- A MUST HAVE
This is the first, and only, book to document the previously undocumented native NT API. You wanna know how Microsoft implements the functionality in certain utilities? Read more
Published on March 15, 2000 by Peter
4.0 out of 5 stars Ecellent.
This book is a must have for every person taking NT development seriously. This book should have been published by M$ years ago. Read more
Published on March 8, 2000 by Hack Bert
Search Customer Reviews
Only search this product's reviews


Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 





Look for Similar Items by Category