DkmModuleInstance.IsTransitionModule 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.
Returns true if any runtime instance has flagged this module as a transition module.
Location constraint: API must be called from a Monitor component (component level < 100,000).
public:
bool IsTransitionModule();
public:
bool IsTransitionModule();
bool IsTransitionModule();
public bool IsTransitionModule ();
member this.IsTransitionModule : unit -> bool
Public Function IsTransitionModule () As Boolean
Returns
[Out] Boolean return value. True if the module is a transition module. False otherwise.