DkmComponentManager.AllowComponentReentrancy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()