Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The PrintAsyncNotifyConversationStyle enumeration MUST specify the communication mode expected between the sender and a registered client.
-
typedef [v1_enum] enum { kBiDirectional = 0, kUniDirectional = 1, } PrintAsyncNotifyConversationStyle;
kBiDirectional: Bidirectional communication mode is specified. The sender expects the client to send responses to notifications.
kUniDirectional: Unidirectional communication mode is specified. The sender does not expect the client to respond to notifications.