DkmLoadCompleteEventDeferral.Add 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.
Adds a request to defer load complete. This method should be called before the base debug monitor issues the load complete event (calls DkmProcess.OnLoadComplete).
Location constraint: API must be called from a Monitor component (component level < 100,000).
This API was introduced in Visual Studio 12 Update 2 (DkmApiVersion.VS12Update2).
public:
void Add();
public:
void Add();
void Add();
public void Add ();
member this.Add : unit -> unit
Public Sub Add ()
Exceptions
E_LOAD_COMPLETE_ALREADY_SENT indicates that DkmLoadCompleteEventDeferral.Add was called after the load complete event has been sent.