FileGetProcessForFileLockTransacted Method (KernelTransaction, CollectionString) |
Returns null when no processes found that are locking the file(s) specified by filePaths.
Returns a list of processes locking the file(s) specified by filePaths.
Namespace: Alphaleonis.Win32.Filesystem
public static Collection<Process> GetProcessForFileLockTransacted( KernelTransaction transaction, Collection<string> filePaths )
[Missing <returns> documentation for "M:Alphaleonis.Win32.Filesystem.File.GetProcessForFileLockTransacted(Alphaleonis.Win32.Filesystem.KernelTransaction,System.Collections.ObjectModel.Collection{System.String})"]
Exception | Condition |
---|---|
ArgumentException | |
ArgumentNullException | |
ArgumentOutOfRangeException | |
InvalidOperationException | |
PlatformNotSupportedException | The operating system is older than Windows Vista. |