IDebugApplicationNode100::SetFilterForEventSink

Sets the filter on a particular IDebugApplicationNodeEvents Interface implementation. It allows script debuggers to filter out compiler-generated child application nodes so that the PDM will no longer send events when these are created or removed. By default, all nodes will be sent.

Important

IDebugApplicationNode100 Interface is implemented by PDM v10.0 and greater. Found in activdbg100.h.

Syntax

HRESULT SetFilterForEventSink(        [in] DWORD dwCookie,        [in] APPLICATION_NODE_EVENT_FILTER filter        );  

Parameters

dwCookie
The cookie of the filter.

filter
The filter.

See also

IDebugApplicationNode100 Interface