structure POS_CX_ATTRIBUTES (poscx.h)
La structure POS_CX_ATTRIBUTES contient des pointeurs vers des fonctions de rappel d’événements implémentées par le pilote client.
Utilisez POS_CX_ATTRIBUTES_INIT pour initialiser cette structure.
Syntaxe
typedef struct _POS_CX_ATTRIBUTES {
PFN_POS_CX_DEVICE_OWNERSHIP_CHANGE EvtDeviceOwnershipChange;
PFN_POS_CX_DEVICE_REMOTE_CLAIM EvtDeviceRemoteClaim;
PFN_POS_CX_DEVICE_REMOTE_RELEASE EvtDeviceRemoteRelease;
PFN_POS_CX_DEVICE_REMOTE_RETAIN EvtDeviceRemoteRetain;
} POS_CX_ATTRIBUTES;
Membres
EvtDeviceOwnershipChange
Pointeur vers une fonction de rappel EVT_POS_CX_DEVICE_OWNERSHIP_CHANGE.
EvtDeviceRemoteClaim
Pointeur vers une fonction de rappel EVT_POS_CX_DEVICE_REMOTE_CLAIM.
EvtDeviceRemoteRelease
Pointeur vers une fonction de rappel EVT_POS_CX_DEVICE_REMOTE_RELEASE.
EvtDeviceRemoteRetain
Pointeur vers une fonction de rappel EVT_POS_CX_DEVICE_REMOTE_RETAIN.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | poscx.h (include Poscx.h) |