Condividi tramite


struttura OPM_REQUESTED_INFORMATION (ksopmapi.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[OPM_REQUESTED_INFORMATION_SIZE];
} OPM_REQUESTED_INFORMATION;

Members

omac

Struttura OPM_OMAC che contiene un MAC (Message Authentication Code) dei dati di stato. Il driver userà il mac CBC MAC (OMAC) basato su AES per calcolare questo valore.

cbRequestedInformationSize

Dimensioni dei dati validi nel membro abRequestedInformation , in byte.

abRequestedInformation[OPM_REQUESTED_INFORMATION_SIZE]

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

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione ksopmapi.h (include Opmapi.h)

Vedi anche

IOPMVideoOutput::COPPCompatibleGetInformation

IOPMVideoOutput::GetInformation

Strutture OPM

Output Protection Manager