VfZwTranslateFilePath
INT64 __fastcall VfZwTranslateFilePath(
_FILE_PATH *InputFilePath,
UINT64 OutputType,
_FILE_PATH *OutputFilePath,
UINT64 *OutputFilePathLength){
unsigned int v6;
PVOID retaddr;
v6 = OutputType;
if( (unsigned int)ViZwShouldCheck() )
{
ViZwCheckVirtualAddress((UINT64)InputFilePath, retaddr);
ViZwCheckVirtualAddress((UINT64)OutputFilePath, retaddr);
ViZwCheckVirtualAddress((UINT64)OutputFilePathLength, retaddr);
}
return pXdvZwTranslateFilePath(InputFilePath, v6, OutputFilePath, OutputFilePathLength);
}Referenced by:
No references.