Share via


DkmComponentManager.AllowComponentReentrancy Method

Definition

Release the component lock for a synchronized component. 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 AllowComponentReentrancy();
public:
 static void AllowComponentReentrancy();
 static void AllowComponentReentrancy();
public static void AllowComponentReentrancy ();
static member AllowComponentReentrancy : unit -> unit
Public Shared Sub AllowComponentReentrancy ()

Applies to