Funzione GetCOPPCompatibleOPMInformation

Importante

Questa funzione viene usata da Output Protection Manager (OPM) per accedere alle funzionalità nel driver di visualizzazione. Le applicazioni non devono chiamare questa funzione.

 

Invia una richiesta di stato COPP (Certified Output Protection Protocol) a un oggetto output protetto.

Sintassi

NTSTATUS WINAPI GetCOPPCompatibleOPMInformation(
  _In_  OPM_PROTECTED_OUTPUT_HANDLE                     opoOPMProtectedOutput,
  _In_  DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS *pParameters,
  _Out_ DXGKMDT_OPM_REQUESTED_INFORMATION               *pRequestedInformation
);

Parametri

opoOPMProtectedOutput [in]

Handle per l'oggetto di output protetto. Questo handle viene ottenuto chiamando CreateOPMProtectedOutputs.

pParameters [in]

Puntatore a una struttura DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS che contiene dati di input per la richiesta di stato.

pRequestedInformation [out ]

Puntatore a una struttura DXGKMDT_OPM_REQUESTED_INFORMATION che riceve i risultati della richiesta di stato.

Valore restituito

Se il metodo ha esito positivo, restituisce STATUS_SUCCESS. In caso contrario, restituisce un codice di errore NTSTATUS .

Commenti

Le applicazioni devono chiamare IOPMVideoOutput::COPPCompatibleGetInformation anziché chiamare questa funzione.

L'oggetto output protetto deve essere creato con la semantica COPP. Vedere CreateOPMProtectedOutputs.

Questa funzione non ha alcuna libreria di importazione associata. Per chiamare questa funzione, è necessario usare le funzioni LoadLibrary e GetProcAddress per collegare dinamicamente a Gdi32.dll.

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]
DLL
Gdi32.dll

Vedi anche

Funzioni OPM

Output Protection Manager