CBFS Storage 2020 .NET Edition

Questions / Feedback?

RemoveDeniedProcess Method

Removes a rule that prevents a process from accessing the virtual drive.

Syntax

public void RemoveDeniedProcess(string processFileName, int processId);
Public Sub RemoveDeniedProcess(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 AddDeniedProcess method.

Pass the same values for ProcessFileName and ProcessId as were used to add the rule when AddDeniedProcess 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) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 .NET Edition - Version 20.0 [Build 8031]