summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-06-19 11:49:17 +0000
committermidipix <writeonce@midipix.org>2019-06-19 11:49:17 +0000
commitc3620f09af71ae4b874ede83121d1f4bb849abd2 (patch)
tree3738d46d9b019cc148b72765b8e771852f921563 /include
parent702adfc3af34db67fe8dad4809c891cb04d7684e (diff)
downloadntapi-c3620f09af71ae4b874ede83121d1f4bb849abd2.tar.bz2
ntapi-c3620f09af71ae4b874ede83121d1f4bb849abd2.tar.xz
enum _nt_tty_opcode: added network-related opcodes.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_tty.h9
1 files changed, 9 insertions, 0 deletions
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,