Condividi tramite


CMP_SET_PLUG struttura (61883.h)

Questa struttura viene usata per assegnare le impostazioni a un plug.he richiedere modifiche alle impostazioni di trasmissione per un registro di controllo plug. Solo un driver che ha creato un plug è consentito per impostare il contenuto di tale plug.

Sintassi

typedef struct _CMP_SET_PLUG {
  IN HANDLE hPlug;
  IN AV_PCR Pcr;
} CMP_SET_PLUG, *PCMP_SET_PLUG;

Members

hPlug

In input, un handle per il plug.

Pcr

In input, una struttura AV_PCR che contiene le impostazioni per il plug.

Commenti

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

Se viene passato un parametro non corretto, il driver del protocollo imposta Irp-IoStatus.Status>su STATUS_INVALID_PARAMETER.

Se un driver tenta di impostare il contenuto di un registro plug non creato, il driver del protocollo imposta Irp-IoStatus.Status>su STATUS_ACCESS_DENIED.

Requisiti

Requisito Valore
Intestazione 61883.h

Vedi anche

AV_61883_REQUEST