Partager via


énumération RPC_NOTIFICATION_TYPES (rpcasync.h)

Le type énuméré RPC_NOTIFICATION_TYPES contient des valeurs qui spécifient la méthode de notification asynchrone qu’un programme client utilisera.

Syntax

typedef enum _RPC_NOTIFICATION_TYPES {
  RpcNotificationTypeNone,
  RpcNotificationTypeEvent,
  RpcNotificationTypeApc,
  RpcNotificationTypeIoc,
  RpcNotificationTypeHwnd,
  RpcNotificationTypeCallback
} RPC_NOTIFICATION_TYPES;

Constantes

 
RpcNotificationTypeNone
Le client n’a pas besoin de notification de l’achèvement d’un appel de procédure distante asynchrone.
RpcNotificationTypeEvent
Informez le programme client en signalant un objet d’événement. Consultez
Objets d’événement.
RpcNotificationTypeApc
Utilisez un appel de procédure asynchrone pour informer le client que l’appel de procédure distante est terminé.
RpcNotificationTypeIoc
Envoyez la notification RPC asynchrone au client via un port d’achèvement des E/S.
RpcNotificationTypeHwnd
Publiez un message de notification sur le handle de fenêtre spécifié.
RpcNotificationTypeCallback
Appelez une fonction de rappel fournie par le programme client.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
En-tête rpcasync.h (inclure Rpc.h)

Voir aussi

Effectuer l’appel asynchrone