[RTL] Partially implement RtlCreateQueryDebugBuffer and RtlDestroyQueryDebugBuffer

This commit is contained in:
Mark Jansen 2020-04-16 19:59:53 +02:00
parent 808aea9b72
commit f26b670b38
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 88 additions and 29 deletions

View file

@ -248,5 +248,10 @@ VOID
NTAPI
LdrpInitializeProcessCompat(PVOID pProcessActctx, PVOID* pOldShimData);
PVOID
NTAPI
RtlpDebugBufferCommit(_Inout_ PRTL_DEBUG_INFORMATION Buffer,
_In_ SIZE_T Size);
/* EOF */