HvpLogTypeToLogArrayIndex
UINT64 __stdcall HvpLogTypeToLogArrayIndex(UINT64 LogType){
UINT64 result;
result = 1i64;
if( (_DWORD)LogType == 4 || (_DWORD)LogType == 1 )
return 0i64;
return result;
}Referenced by:
CmpDoFileSetSizeEx
CmpFlushHive
CmpInitializeActualFileSizes
HvIsCurrentLogSwappable
HvResetLogFileStatusAll
HvSwapLogFiles
HvTruncateAllLogFilesIfRequired
HvTruncateCurrentLogFileIfRequired
HvWriteLogFile
HvpPerformLogFileRecovery