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. |
HRESULT SetFilterForEventSink( [in] DWORD dwCookie, [in] APPLICATION_NODE_EVENT_FILTER filter );
- dwCookie
The cookie of the filter.
- filter
The filter.