mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:21:59 +00:00
[RTL] Partially implement RtlCreateQueryDebugBuffer and RtlDestroyQueryDebugBuffer
This commit is contained in:
parent
808aea9b72
commit
f26b670b38
2 changed files with 88 additions and 29 deletions
|
@ -248,5 +248,10 @@ VOID
|
|||
NTAPI
|
||||
LdrpInitializeProcessCompat(PVOID pProcessActctx, PVOID* pOldShimData);
|
||||
|
||||
PVOID
|
||||
NTAPI
|
||||
RtlpDebugBufferCommit(_Inout_ PRTL_DEBUG_INFORMATION Buffer,
|
||||
_In_ SIZE_T Size);
|
||||
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue