From c3620f09af71ae4b874ede83121d1f4bb849abd2 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 19 Jun 2019 11:49:17 +0000 Subject: enum _nt_tty_opcode: added network-related opcodes. --- include/ntapi/nt_tty.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index efeccdc..7192d72 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -69,6 +69,15 @@ typedef enum _nt_tty_opcode { NT_TTY_QUERY_INFORMATION_SEMAPHORE, NT_TTY_QUERY_INFORMATION_MSGQUEUE, NT_TTY_QUERY_INFORMATION_AFLOCK, + /* network information */ + NT_TTY_QUERY_INFORMATION_NETWORK, + NT_TTY_QUERY_INFORMATION_CLUSTER, + NT_TTY_QUERY_INFORMATION_HOST, + NT_TTY_QUERY_INFORMATION_SHARE, + NT_TTY_QUERY_INFORMATION_USER, + NT_TTY_QUERY_INFORMATION_GROUP, + NT_TTY_QUERY_INFORMATION_LOGON, + NT_TTY_QUERY_INFORMATION_POLICY, /* session log */ NT_TTY_LOG_ENTRY, NT_TTY_LOG_QUERY, -- cgit v1.2.3