VfZwFsControlFile

NTSTATUS __stdcall VfZwFsControlFile(
        VOID *FileHandle,
        VOID *Event,
        VOID *ApcRoutine,
        VOID *a4,
        _IO_STATUS_BLOCK *Address,
        UINT64 a6,
        VOID *ApcContext,
        _IO_STATUS_BLOCK *IoStatusBlock,
        UINT64 FsControlCode,
        VOID *InputBuffer,
        UINT64 InputBufferLength,
        VOID *OutputBuffer,
        UINT64 OutputBufferLength){
  UINT64 v17; 
  VOID *retaddr; 

  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress(v17, retaddr);
    ViZwCheckVirtualAddress((UINT64)a4, retaddr);
    ViZwCheckVirtualAddress((UINT64)Address, retaddr);
    ViZwCheckVirtualAddress((UINT64)ApcContext, retaddr);
    ViZwCheckVirtualAddress(FsControlCode, retaddr);
    ViZwCheckApcRequirement(retaddr);
  }
  return((__int64(__fastcall *)(VOID *, VOID *, VOID *, VOID *, _IO_STATUS_BLOCK *, _DWORD, VOID *, _DWORD, UINT64, _DWORD))pXdvZwFsControlFile)(
           FileHandle,
           Event,
           ApcRoutine,
           a4,
           Address,
           a6,
           ApcContext,
           (_DWORD)IoStatusBlock,
           FsControlCode,
           (_DWORD)InputBuffer);
}

Referenced by:

No references.