Tagged NtReadFile as high frequency.

This commit is contained in:
gibbed 2016-06-18 08:02:18 -05:00
parent 9477cef006
commit f39eb9f047
1 changed files with 2 additions and 1 deletions

View File

@ -255,7 +255,8 @@ dword_result_t NtReadFile(dword_t file_handle, dword_t event_handle,
return result;
}
DECLARE_XBOXKRNL_EXPORT(NtReadFile, ExportTag::kImplemented);
DECLARE_XBOXKRNL_EXPORT(NtReadFile,
ExportTag::kImplemented | ExportTag::kHighFrequency);
dword_result_t NtWriteFile(dword_t file_handle, dword_t event_handle,
function_t apc_routine, lpvoid_t apc_context,