From 71b1d8532e55124c0c1ae2253cd286cc62d74ffb Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 19 Jun 2020 06:07:57 +0000 Subject: framework api: struct _nt_tty_msg_info: renamed .msgid ==> .opdata (catch-all). --- include/ntapi/nt_tty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index 1ea90b7..95e1715 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -238,7 +238,7 @@ typedef enum _nt_tty_log_info_type { typedef struct __attr_ptr_size_aligned__ _nt_tty_msg_info { - uintptr_t msgid; + uintptr_t opdata; uint32_t opcode; int32_t status; void * exarg; -- cgit v1.2.3