mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[NDK][RTL] Implement RtlGetUnloadEventTrace. CORE-16671
This commit is contained in:
parent
6c93669012
commit
6f232770d3
3 changed files with 13 additions and 1 deletions
|
@ -1224,6 +1224,8 @@ typedef struct _RTL_FLS_DATA
|
|||
//
|
||||
// Unload Event Trace Structure for RtlGetUnloadEventTrace
|
||||
//
|
||||
#define RTL_UNLOAD_EVENT_TRACE_NUMBER 64
|
||||
|
||||
typedef struct _RTL_UNLOAD_EVENT_TRACE
|
||||
{
|
||||
PVOID BaseAddress;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue