MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / BTCpuNotifyReadFile

Function BTCpuNotifyReadFile

Source/Windows/WOW64/Module.cpp:1017–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017void BTCpuNotifyReadFile(HANDLE Handle, void* Address, SIZE_T Size, BOOL After, NTSTATUS Status) {}
1018
1019BOOLEAN WINAPI BTCpuIsProcessorFeaturePresent(UINT Feature) {
1020 return CPUFeatures->IsFeaturePresent(Feature) ? TRUE : FALSE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected