DkmModuleInstance.ClearTransitionModuleFlag 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.
Runtime instances call this method to mark a module as a boundary module. When stepping, runtimes should check if the step has hit a boundary module and start stepping arbitration if they have. Note that some runtimes may not be able to honor this request. The dispatcher will keep a count of the number of times FlagAsTransitionModule has been called. Only when a matching number of calls to ClearTransitionModuleFlag will the module no longer be considered a transition module.
Location constraint: API must be called from a Monitor component (component level < 100,000).
public:
void ClearTransitionModuleFlag();
public:
void ClearTransitionModuleFlag();
void ClearTransitionModuleFlag();
public void ClearTransitionModuleFlag ();
member this.ClearTransitionModuleFlag : unit -> unit
Public Sub ClearTransitionModuleFlag ()