IDrmPort2::AddContentHandlers method (portcls.h)

The AddContentHandlers method provides the system with a list of functions that handle protected content. Note that this method is identical in operation to the DrmAddContentHandlers function, and its parameter definitions and return value are also identical.

Syntax

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

Parameters

ContentId

paHandlers

NumHandlers

Return value

See return value definition in DrmAddContentHandlers.

Remarks

See comments in DrmAddContentHandlers.

Requirements

Requirement Value
Target Platform Universal
Header portcls.h (include Portcls.h)

See also

DrmAddContentHandlers

IDrmPort2