共用方式為


DkmComponentManager.DisableComponentReentrancy Method

Definition

Relock a synchronized component after a call to ReleaseComponentLock. This can be very dangerous as it will allow component re-entrancy. The normal way to use this is to release the lock on a call that exits a compoent and retake the lock as soon as the call completes.

public:
 static void DisableComponentReentrancy();
public:
 static void DisableComponentReentrancy();
 static void DisableComponentReentrancy();
public static void DisableComponentReentrancy ();
static member DisableComponentReentrancy : unit -> unit
Public Shared Sub DisableComponentReentrancy ()

Applies to