DkmCallStackFilterList Class

Definition

Holds the list of implementations of the IDkmCallStackFilter interface which may be called by a component. This object is used to call these stack frame filters.

public ref class DkmCallStackFilterList
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmCallStackFilterList
[Windows::Foundation::Metadata::WebHostHidden]
class DkmCallStackFilterList
public class DkmCallStackFilterList
type DkmCallStackFilterList = class
Public Class DkmCallStackFilterList
Inheritance
DkmCallStackFilterList

Properties

Count

Returns the number of implemantions of the IDkmCallStackFilter interface which may be called through this object.

Methods

Create()

Create a new DkmCallStackFilterList object instance.

Location constraint: API must be called from an IDE component (component level > 100,000).

FilterNextFrame(Int32, DkmStackContext, DkmStackWalkFrame)

Provides a filter with the next stack frame. A filter can simply pass this frame on through, it can suppress the frame by returning nothing, or it can provide its own set of annotated frames. The stack provider will ignore NotImplementedException (E_NOTIMPL). All other errors will truncate stack walk.

Location constraint: API must be called from an IDE component (component level > 100,000).

Applies to