Metodo IDrmPort2::AddContentHandlers (portcls.h)

Il AddContentHandlers metodo fornisce al sistema un elenco di funzioni che gestiscono il contenuto protetto. Si noti che questo metodo è identico nell'operazione alla funzione DrmAddContentHandlers e anche le definizioni dei parametri e il valore restituito sono identici.

Sintassi

NTSTATUS AddContentHandlers(
  ULONG ContentId,
  PVOID *paHandlers,
  ULONG NumHandlers
);

Parametri

ContentId

paHandlers

NumHandlers

Valore restituito

Vedere la definizione del valore restituito in DrmAddContentHandlers.

Commenti

Vedi i commenti in DrmAddContentHandlers.

Requisiti

Requisito Valore
Piattaforma di destinazione Universale
Intestazione portcls.h (include Portcls.h)

Vedi anche

DrmAddContentHandlers

IDrmPort2