CBFS Connect 2020 .NET Edition

Questions / Feedback?

RemoveGrantedProcess Method

Removes a rule that allows a process to access the virtual drive.

Syntax

public void RemoveGrantedProcess(string processFileName, int processId);
Public Sub RemoveGrantedProcess(ByVal ProcessFileName As String, ByVal ProcessId As Integer)

Remarks

When the ProcessRestrictionsEnabled property is enabled, this method can be used to remove an access rule previously added with the AddGrantedProcess method.

Pass the same values for ProcessFileName and ProcessId as were used to add the rule when AddGrantedProcess was called previously. Please refer to that method's documentation for more information.

Note: This method can only be called when Active is true, and cannot be called within events.

The methods and properties related to process access lists are not intended to be used from multiple threads at once. Applications that wish to use said methods and properties from multiple threads are responsible for employing proper thread synchronization techniques to ensure that manipulation and enumeration of process access information occurs in a thread-safe manner.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Connect 2020 .NET Edition - Version 20.0 [Build 8348]