By MS
Описание интерфейса home windows 2000 local API. Описываются наборы функций Zw*, Nt* и Ki* которые практически недокументированы или вообще недокументированы в MSDN
Read or Download Windows 2000 Native API reference PDF
Similar windows desktop books
Windows Administration Resource Kit: Productivity Solutions for IT Professionals
Get the great, crucial source for bettering home windows administrator productiveness. This ebook supplies options to the typical matters home windows directors face on a daily basis. not like different administrator assets on hand that hide positive aspects and performance of home windows Server® and the home windows shopper working process, this distinct advisor offers the instruments that assist you do extra with much less and utilize it slow.
Mastering Microsoft Windows 7 Administration
A complete advisor for IT directors deploying home windows 7 utilizing a task-focused procedure and transparent, no-nonsense directions, this publication grants all of the details you have to to set up and deal with home windows 7 successfully and securely. find out how to set up, configure, run, and troubleshoot home windows 7; discover complex networking, protection, and different complicated subject matters.
MCSE : The Core Exams in a Nutshell
Microsoft's MCSE (Microsoft qualified platforms Engineer) application is a rigorous checking out and certification application for home windows NT method and community directors. to accomplish certification, one needs to move 4 required tests and optional checks. just about twenty strength non-obligatory checks exist, even supposing purely 9 of them are present electives masking the newest model of a given product.
Tricks of the Windows game programming gurus : fundamentals of 2D and 3D game programming
Tips of the home windows video game Programmin specialists, 2E takes the reader via Win32 programming, masking all of the significant parts of DirectX together with DirectDraw, DirectSound, DirectInput (including strength Feedback), and DirectMusic. Andre teaches the reader 2nd pictures and rasterization thoughts. eventually, Andre presents the main extreme insurance of video game algorithms, multithreaded programming, synthetic intelligence (including fuzzy good judgment, neural nets, and genetic algorithms), and physics modeling you've ever obvious in a online game e-book.
- Professional Windows Embedded Compact 7
- Selenium Testing Tools Cookbook
- Windows 8 : expert tips and tricks
- OpenGL Programming for the X Window System
- Windows 10 for dummies
- Windows XP Annoyances For Geeks
Extra info for Windows 2000 Native API reference
Sample text
If the entry point routine returns a failure code, the module is unloaded. Unlike ZwLoadDriver, which ZwSetSystemInformation loads the module in the context of the system process, loads the module and invokes the entry point in the context of the current process. SystemPrioritySeparation typedef struct _SYSTEM_PRIORITY_SEPARATION { // Information Class 39 ULONG PrioritySeparation; } SYSTEM_PRIORITY_SEPARATION, *PSYSTEM_PRIORITY_SEPARATION; Members PrioritySeparation A value that affects the scheduling quantum period of the foreground application.
In all other cases the return status is STATUS_INVALID_SYSTEM_SERVICE. 1996 CH01 11/19/99 12:24 PM Page 39 System Information and Control: SystemSessionProcessesInformation SystemRangeStartInformation typedef struct _SYSTEM_RANGE_START_INFORMATION { // Information Class 50 PVOID SystemRangeStart; } SYSTEM_RANGE_START_INFORMATION, *PSYSTEM_RANGE_START_INFORMATION; Members SystemRangeStart The base address of the system (kernel) portion of the virtual address space. Remarks None. SystemVerifierInformation Format unknown.
The “Driver Verifier” is described in the DDK documentation. SystemSessionProcessesInformation typedef struct _SYSTEM_SESSION_PROCESSES_INFORMATION { // Information Class 53 ULONG SessionId; ULONG BufferSize; PVOID Buffer; } SYSTEM_SESSION_PROCESSES_INFORMATION, *PSYSTEM_SESSION_PROCESSES_INFORMATION; 39 1996 CH01 11/19/99 12:24 PM Page 40 40 System Information and Control: SystemSessionProcessesInformation Members SessionId The SessionId for which to retrieve a list of processes and threads. BufferSize The size in bytes of the buffer in which to return the list of processes and threads.