https://git.reactos.org/?p=reactos.git;a=commitdiff;h=05657bfcfd6c8b490ab404...
commit 05657bfcfd6c8b490ab404a25222edeb9fc4712c Author: Pierre Schweitzer pierre@reactos.org AuthorDate: Tue Nov 27 20:15:34 2018 +0100 Commit: Pierre Schweitzer pierre@reactos.org CommitDate: Tue Nov 27 21:36:47 2018 +0100
[SDK] Add a non documenter TOIID used to query modules information --- sdk/include/psdk/tcpioctl.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/sdk/include/psdk/tcpioctl.h b/sdk/include/psdk/tcpioctl.h index 7e4bfeb990..af7389155c 100644 --- a/sdk/include/psdk/tcpioctl.h +++ b/sdk/include/psdk/tcpioctl.h @@ -51,6 +51,10 @@ #define IP_MIB_ARPTABLE_ENTRY_ID 0x101 #define IP_MIB_ADDRTABLE_ENTRY_ID 0x102 #define IP_INTFC_INFO_ID 0x103 +/* Non public TOIID used to query modules info */ +#ifdef __REACTOS__ +#define IP_SPECIFIC_MODULE_ENTRY_ID 0x110 +#endif #define MAX_PHYSADDR_SIZE 8
/* Address Object Options */