diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_sysinfo.h | 8 |
1 files changed, 1 insertions, 7 deletions
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; |