diff options
Diffstat (limited to 'CRT/ntdll_zw_functions.txt')
-rw-r--r-- | CRT/ntdll_zw_functions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CRT/ntdll_zw_functions.txt b/CRT/ntdll_zw_functions.txt new file mode 100644 index 0000000..2581487 --- /dev/null +++ b/CRT/ntdll_zw_functions.txt @@ -0,0 +1,2 @@ +NTSYSCALLAPI NTSTATUS NTAPI ZwTraceControl (_In_ ULONG FunctionCode, PVOID InBuffer, _In_ ULONG InBufferLen, PVOID OutBuffer, _In_ ULONG OutBufferLen, _Out_ PULONG ReturnLength) +NTSYSCALLAPI NTSTATUS NTAPI ZwTraceEvent (_In_ HANDLE TraceHandle, _In_ ULONG Flags, _In_ ULONG FieldSize, _In_ PVOID Fields) |