Condividi tramite


struttura SET_FCP_NOTIFY (61883.h)

Questa struttura viene usata per la notifica FCP. La richiesta SetFcpNotify registra una notifica del driver client di richieste o risposte FCP o annulla una registrazione precedente. Un driver deve registrarsi per le notifiche FCP per recuperare richieste o risposte. Il driver è responsabile dell'annullamento della registrazione inviando una richiesta SetFcpNotify con DEREGISTER_FCP_NOTIFY impostato in Flag prima che il sistema scarica il driver.

Sintassi

typedef struct _SET_FCP_NOTIFY {
  IN ULONG        Flags;
  IN NODE_ADDRESS NodeAddress;
} SET_FCP_NOTIFY, *PSET_FCP_NOTIFY;

Membri

Flags

In input, specifica la notifica richiesta dal driver. Il driver può registrarsi impostando Flag con uno o entrambi i seguenti:

REGISTER_FCP_RESPONSE_NOTIFY

REGISTER_FCP_REQUEST_NOTIFY

Il driver può annullare la notifica impostando Flag con DEREGISTER_FCP_NOTIFY, che cancella REGISTER_FCP_RESPONSE_NOTIFY e REGISTER_FCP_REQUEST_NOTIFY.

NodeAddress

Riservato per l'uso dal sistema operativo.

Osservazioni

In caso di esito positivo, il driver di protocollo IEC-61883 imposta Irp->IoStatus.Status su STATUS_SUCCESS.

Fabbisogno

Requisito Valore
intestazione 61883.h

Vedere anche

AV_61883_REQUEST