MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / SetInformationFile

Method SetInformationFile

KernelLibrary/FileManager.cpp:929–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927}
928
929NTSTATUS FileManager::SetInformationFile(PIO_STATUS_BLOCK ioStatus, PVOID FileInformation, ULONG Length, FILE_INFORMATION_CLASS FileInformationClass) {
930 return ZwSetInformationFile(_handle, ioStatus, FileInformation, Length, FileInformationClass);
931}

Callers 1

BackupFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected