#ifndef _NTRTL_H // private typedef struct _RTL_BSD_ITEM { RTL_BSD_ITEM_TYPE Type; PVOID DataBuffer; ULONG DataLength; } RTL_BSD_ITEM, *PRTL_BSD_ITEM; #endif View code on GitHub
No description available.