MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2IsWow64

Function Ext2IsWow64

Ext2Mgr/enumDisk.cpp:361–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360LPFN_GETNATIVESYSINFO fnGetNativeSystemInfo = NULL;
361BOOL Ext2IsWow64()
362{
363 if (NULL != fnIsWow64Process) {
364 if (!fnIsWow64Process(GetCurrentProcess(), &g_isWow64)) {
365 }
366 }
367 return g_isWow64;
368}
369
370
371BOOL Ext2IsX64System()

Callers 1

Ext2IsX64SystemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected