Condividi tramite


OPM_REQUESTED_INFORMATION struttura (opmapi.h)

Contiene il risultato di una richiesta di stato di Output Protection Manager (OPM).

Sintassi

typedef struct _OPM_REQUESTED_INFORMATION {
  OPM_OMAC omac;
  ULONG    cbRequestedInformationSize;
  BYTE     abRequestedInformation[4076];
} OPM_REQUESTED_INFORMATION;

Members

omac

Struttura OPM_OMAC contenente un codice di autenticazione dei messaggi (MAC) dei dati di stato. Il driver userà mac CBC (OMAC) basato su AES per calcolare questo valore.

cbRequestedInformationSize

Dimensioni dei dati validi nel membro abRequestedInformation , in byte.

abRequestedInformation[4076]

Buffer contenente il risultato della richiesta di stato. Il significato dei dati dipende dalla richiesta di stato. Per altre informazioni, vedere Richieste di stato OPM.

Commenti

Il layout di questa struttura è identico alla struttura AMCOPPStatusOutput usata in Certified Output Protection Protocol (COPP).

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione opmapi.h (includere Opmapi.h)

Vedi anche

IOPMVideoOutput::COPPCompatibleGetInformation

IOPMVideoOutput::GetInformation

Strutture OPM

Output Protection Manager