Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.