mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NDK]
- Add RTL_TRACE_BLOCK structure definition. svn path=/trunk/; revision=50665
This commit is contained in:
@@ -1285,6 +1285,18 @@ typedef struct _STACK_TRACE_DATABASE
|
||||
RTL_CRITICAL_SECTION CriticalSection;
|
||||
} STACK_TRACE_DATABASE, *PSTACK_TRACE_DATABASE;
|
||||
|
||||
typedef struct _RTL_TRACE_BLOCK
|
||||
{
|
||||
ULONG Magic;
|
||||
ULONG Count;
|
||||
ULONG Size;
|
||||
ULONG UserCount;
|
||||
ULONG UserSize;
|
||||
PVOID UserContext;
|
||||
struct _RTL_TRACE_BLOCK *Next;
|
||||
PVOID *Trace;
|
||||
} RTL_TRACE_BLOCK, *PRTL_TRACE_BLOCK;
|
||||
|
||||
#ifndef NTOS_MODE_USER
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user