Debugging Tools for Windows |
The GetEventFilterText and GetEventFilterTextWide methods return a short description of an event for a specific filter.
HRESULT
IDebugControl::GetEventFilterText(
IN ULONG Index,
OUT PSTR Buffer,
IN ULONG BufferSize,
OUT OPTIONAL PULONG TextSize
);
HRESULT
IDebugControl4::GetEventFilterTextWide(
IN ULONG Index,
OUT PWSTR Buffer,
IN ULONG BufferSize,
OUT OPTIONAL PULONG TextSize
);
#ifdef UNICODE
#define GetEventFilterTextT GetEventFilterTextWide
#else
#define GetEventFilterTextT GetEventFilterText
#endif
This method may also return error values. See Return Values for more details.
GetEventFilterText is available in all versions of IDebugControl. GetEventFilterTextWide is available in IDebugControl4 and later versions.
For more information about event filters, see Event Filters.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.
sx, sxd, sxe, sxi, sxn (Set Exceptions), GetSpecificFilterParameters