DkmModuleInstance.FlagAsTransitionModule Method

Definition

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 this has been called. Only when a matching number of calls to ClearTransitionModuleFlag have been made 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 FlagAsTransitionModule();
public:
 void FlagAsTransitionModule();
void FlagAsTransitionModule();
public void FlagAsTransitionModule ();
member this.FlagAsTransitionModule : unit -> unit
Public Sub FlagAsTransitionModule ()

Applies to