2.2.3.22 NOTIFY_FILTER_AND_TYPE_RPC

The NOTIFY_FILTER_AND_TYPE_RPC structure contains information about notifications that clients register for by using ApiAddNotifyV2 (section 3.1.4.2.137) or that clients get notification for by using ApiGetNotifyV2 (section 3.1.4.2.138).<27>

 typedef struct _NOTIFY_FILTER_AND_TYPE_RPC {
   DWORD dwObjectType;
   LONGLONG FilterFlags;
 } NOTIFY_FILTER_AND_TYPE_RPC,
  *PNOTIFY_FILTER_AND_TYPE_RPC;

dwObjectType: The type of object for which the notification is generated (see section 2.2.2.12).

FilterFlags: A set of flags indicating the particular notification that was generated for the object. See ApiCreateNotifyV2 (section 3.1.4.2.136) for the list of object-specific notifications.