Enumerazione NOTIFY_FILTER
Identifica i callback per le funzioni del debugger. Per ulteriori informazioni, vedere il metodo INotifySource2::SetNotifyFilter.
enum tagNOTIFY_FILTER
{
NOTIFY_FILTER_ONSYNCCALLOUT = 0x1,
NOTIFY_FILTER_ONSYNCCALLENTER = 0x2,
NOTIFY_FILTER_ONSYNCCALLEXIT = 0x4,
NOTIFY_FILTER_ONSYNCCALLRETURN = 0x8,
NOTIFY_FILTER_ALLSYNC = NOTIFY_FILTER_ONSYNCCALLOUT | NOTIFY_FILTER_ONSYNCCALLENTER | NOTIFY_FILTER_ONSYNCCALLEXIT | NOTIFY_FILTER_ONSYNCCALLRETURN,
NOTIFY_FILTER_ALL = 0xffffffff,
NOTIFY_FILTER_NONE = 0
};
Membri
Membro |
Descrizione |
---|---|
NOTIFY_FILTER_ONSYNCCALLOUT |
Indica che il metodo INotifySink2::OnSyncCallOut deve essere richiamato. |
NOTIFY_FILTER_ONSYNCCALLENTER |
Indica che il metodo INotifySink2::OnSyncCallEnter deve essere richiamato. |
NOTIFY_FILTER_ONSYNCCALLEXIT |
Indica che il metodo INotifySink2::OnSyncCallExit deve essere richiamato. |
NOTIFY_FILTER_ONSYNCCALLRETURN |
Indica che il metodo INotifySink2::OnSyncCallReturn deve essere richiamato. |
NOTIFY_FILTER_ALLSYNC |
Indica che tutti i metodi INotifySink2 devono essere richiamati. |
NOTIFY_FILTER_ALL |
Attiva tutte le notifiche esistenti e future. |
NOTIFY_FILTER_NONE |
Indica che non deve essere richiamato alcun metodo di notifica. |
Requisiti
Intestazione: ProtocolNotify2.idl