DkmProcess.OnLoadComplete 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.
This method is called by the process's base debug monitor to raise a LoadComplete event. LoadComplete is issued after DkmModuleInstance objects have been created for the initial set of modules in the process, and generally the initial set of threads have also been created.
The load complete event may be deferred by a runtime debug monitor using DkmLoadCompleteEventDeferral.Add, in which case this method will immediately complete. Otherwise, this method will send the event to all components which implement the event sync interface. Control will return once all components have been notified.
This method may only be called by the component which created the object.
public:
void OnLoadComplete();
public:
void OnLoadComplete();
void OnLoadComplete();
public void OnLoadComplete ();
member this.OnLoadComplete : unit -> unit
Public Sub OnLoadComplete ()