Jump to content
Nytro

Windows NT native API reference

Recommended Posts

Posted

Windows NT native API reference

Exemplu:

ZwQuerySystemInformation queries information about the system.

NTSYSAPI

NTSTATUS

NTAPI

ZwQuerySystemInformation(

IN SYSTEM_INFORMATION_CLASS SystemInformationClass,

IN OUT PVOID SystemInformation,

IN ULONG SystemInformationLength,

OUT PULONG ReturnLength OPTIONAL

);

Parameters

SystemInformationClass

The type of system information to be queried.The permitted values are a subset of

the enumeration SYSTEM_INFORMATION_CLASS, described in the following section.

SystemInformation

Points to a caller-allocated buffer or variable that receives the requested system

information.

SystemInformationLength

The size in bytes of SystemInformation, which the caller should set according to the

given SystemInformationClass.

ReturnLength

Optionally points to a variable that receives the number of bytes actually returned to

SystemInformation; if SystemInformationLength is too small to contain the available

information, the variable is normally set to zero except for two information classes

(6 and 11) when it is set to the number of bytes required for the available information.

If this information is not needed, ReturnLength may be a null pointer.

Download:

multi-desktop-manager.googlecode.com/files/NativeAPI.pdf

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...