Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de changer d’annuaire.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer d’annuaire.
Identifie les rappels pour les fonctions de débogueur. Pour plus d’informations, consultez la méthode INotifySource2::SetNotifyFilter.
Syntaxe
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
};
Membres
| Membre | Description |
|---|---|
NOTIFY_FILTER_ONSYNCCALLOUT |
Indique que la méthode INotifySink2::OnSyncCallOut doit être appelée. |
NOTIFY_FILTER_ONSYNCCALLENTER |
Indique que la méthode INotifySink2::OnSyncCallEnter doit être appelée. |
NOTIFY_FILTER_ONSYNCCALLEXIT |
Indique que la méthode INotifySink2::OnSyncCallExit doit être appelée. |
NOTIFY_FILTER_ONSYNCCALLRETURN |
Indique que la méthode INotifySink2::OnSyncCallReturn doit être appelée. |
NOTIFY_FILTER_ALLSYNC |
Indique que toutes les méthodes INotifySink2 doivent être appelées. |
NOTIFY_FILTER_ALL |
Active toutes les notifications existantes et futures. |
NOTIFY_FILTER_NONE |
Indique qu’aucune méthode de notification ne doit être appelée. |
Configuration requise
En-tête : ProtocolNotify2.idl
Voir aussi
Collaborez avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner des issues et des pull requests. Pour plus d’informations, consultez notre guide des contributeurs.