2.2.2 PrintAsyncNotifyUserFilter
The PrintAsyncNotifyUserFilter enumeration is used by clients when they register to receive notifications from server-resident notification sources. The following types of notifications can be requested:
Notifications intended specifically for a particular client's user identity.
Notifications intended for all registered client user identities.
typedef [v1_enum] enum { kPerUser = 0, kAllUsers = 1, } PrintAsyncNotifyUserFilter;
kPerUser: Indicates that the client is requesting notifications that are intended specifically for its own user identity and notifications that are intended for all registered user identities.
kAllUsers: Indicates that the client is requesting every notification, whether intended for a specific user identity or for all registered user identities.