INotifySource2::SetNotifyFilter Method
Assigns a notification filter for use with this source.
Syntax
HRESULT SetNotifyFilter
(
[in] NOTIFY_FILTER in_NotifyFilter,
[in] USER_THREAD* in_pUserThreadFilter
);
Parameters
in_NotifyFilter
[in] A bitwise combination of the NOTIFY_FILTER enumeration values that identify callbacks for the debugger API.
in_pUserThreadFilter
[in] A pointer to a USER_THREAD structure that identifies threads for the debugger API.
Return Value
S_OK if the method succeeds.
Requirements
Header: ProtocolNotify2.idl
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.