From 3b05e82a2c5d529cb383a5c06b509883dc59d628 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 12 Nov 2022 23:11:36 +0000 Subject: __ntapi_tt_get_system_info_snapshot(): eliminate the buffer's helper struct. --- include/ntapi/nt_sysinfo.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include') diff --git a/include/ntapi/nt_sysinfo.h b/include/ntapi/nt_sysinfo.h index c941a0b..305095d 100644 --- a/include/ntapi/nt_sysinfo.h +++ b/include/ntapi/nt_sysinfo.h @@ -210,14 +210,8 @@ typedef enum _nt_debug_control_code { #define NT_FLG_SYSTEM_OBJECT_SINGLE_HANDLE_ENTRY (uint32_t)0x40 -typedef struct _nt_system_information_buffer { - size_t count; - size_t mark; -} nt_system_information_buffer; - - typedef struct _nt_system_information_snapshot { - nt_system_information_buffer * buffer; + void * buffer; void * pcurrent; size_t info_len; size_t max_len; -- cgit v1.2.3