mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
dotnet: GetOperationProcessId
This commit is contained in:
@ -983,6 +983,16 @@ namespace Fsp
|
||||
return Api.FspWin32FromNtStatus(Status);
|
||||
}
|
||||
/// <summary>
|
||||
/// Gets the originating process ID.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Valid only during Create, Open and Rename requests when the target exists.
|
||||
/// </remarks>
|
||||
public static int GetOperationProcessId()
|
||||
{
|
||||
return (int)Api.FspFileSystemOperationProcessId();
|
||||
}
|
||||
/// <summary>
|
||||
/// Modifies a security descriptor.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
|
Reference in New Issue
Block a user