Condividi tramite


NFC_CX_HARDWARE_EVENT struttura (nfccx.h)

La struttura NFC_CX_HARDWARE_EVENT è un parametro di input a NfcCxHardwareEvent.

Sintassi

typedef struct _NFC_CX_HARDWARE_EVENT {
  NTSTATUS           HardwareStatus;
  NFC_CX_HOST_ACTION HostAction;
} NFC_CX_HARDWARE_EVENT, *PNFC_CX_HARDWARE_EVENT;

Members

HardwareStatus

Valore NTSTATUS .

HostAction

Enumeratore NFC_CX_HOST_ACTION tipizzato.

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Nessuno supportato
Intestazione nfccx.h (include Ncidef.h)

Vedi anche

Guida alla progettazione dell'estensione della classe NFC

Guida alla progettazione della comunicazione nei campi vicini (NFC)