Condividi tramite


struttura POS_CX_ATTRIBUTES (poscx.h)

La struttura POS_CX_ATTRIBUTES contiene puntatori alle funzioni di callback degli eventi implementate dal driver client.

Utilizzare POS_CX_ATTRIBUTES_INIT per inizializzare questa struttura.

Sintassi

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;

Membri

EvtDeviceOwnershipChange

Puntatore a una funzione di callback EVT_POS_CX_DEVICE_OWNERSHIP_CHANGE.

EvtDeviceRemoteClaim

Puntatore a una funzione di callback EVT_POS_CX_DEVICE_REMOTE_CLAIM.

EvtDeviceRemoteRelease

Puntatore a una funzione di callback EVT_POS_CX_DEVICE_REMOTE_RELEASE.

EvtDeviceRemoteRetain

Puntatore a una funzione di callback EVT_POS_CX_DEVICE_REMOTE_RETAIN.

Fabbisogno

Requisito Valore
intestazione poscx.h (include Poscx.h)

Vedere anche

POS_CX_ATTRIBUTES_INIT

PosCxInit