Condividi tramite


CMP_DELETE_PLUG struttura (61883.h)

Questa struttura viene usata per eliminare un plug. La richiesta elimina un registro di controllo plug (iPCR o oPCR) creato con Av61883_CreatePlug. Un driver è responsabile dell'eliminazione di tutti i plug creati prima che il sistema scarica il driver.

Sintassi

typedef struct _CMP_DELETE_PLUG {
  IN HANDLE hPlug;
} CMP_DELETE_PLUG, *PCMP_DELETE_PLUG;

Members

hPlug

In input, un handle per il plug da eliminare.

Commenti

Se ha esito positivo, il driver del protocollo IEC-61883 imposta Irp-IoStatus.Status>su STATUS_SUCCESS.

Requisiti

Requisito Valore
Intestazione 61883.h

Vedi anche

AV_61883_REQUEST