IDebugHostStatus interface (dbgmodel.h)

An interface allowing a client to query for the status of the host.

The IDebugHostStatus interface allows a client of the data model or the debug host to inquire about certain aspects of the debug host's status.

Inheritance

IDebugHostStatus inherits from IUnknown.

Methods

The IDebugHostStatus interface has these methods.

 
IDebugHostStatus::AddRef

The IDebugHostStatus::AddRef method increments the reference count for an interface on an object.
IDebugHostStatus::PollUserInterrupt

The PollUserInterrupt method is used to inquire whether the user of the debug host has requested an interruption of the current operation.
IDebugHostStatus::QueryInterface

The IDebugHostStatus::QueryInterface method retrieves pointers to the supported interfaces on an object.
IDebugHostStatus::Release

The IDebugHostStatus::Release method decrements the reference count for an interface on an object.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview