ReactOS 0.4.15-dev-7958-gcd0bb1a
NtQuerySystemInformation.c File Reference
#include "precomp.h"
Include dependency graph for NtQuerySystemInformation.c:

Go to the source code of this file.

Functions

 START_TEST (NtQuerySystemInformation)
 

Function Documentation

◆ START_TEST()

START_TEST ( NtQuerySystemInformation  )

Definition at line 10 of file NtQuerySystemInformation.c.

11{
13
16
17 Status = NtQuerySystemInformation(0x80000000, NULL, 0, NULL);
19}
#define ok_hex(expression, result)
Definition: atltest.h:94
LONG NTSTATUS
Definition: precomp.h:26
#define NULL
Definition: types.h:112
Status
Definition: gdiplustypes.h:25
#define STATUS_INVALID_INFO_CLASS
Definition: ntstatus.h:240
NTSYSAPI NTSTATUS NTAPI NtQuerySystemInformation(IN SYSTEM_INFORMATION_CLASS SystemInfoClass, OUT PVOID SystemInfoBuffer, IN ULONG SystemInfoBufferSize, OUT PULONG BytesReturned OPTIONAL)
#define STATUS_INFO_LENGTH_MISMATCH
Definition: udferr_usr.h:133