IBDA_WMDRMSession::SetCrl Method

[This documentation is preliminary and is subject to change.]
Sets or updates the certificate revocation list (CRL).

Syntax

HRESULT SetCrl(
  [in]  ULONG ulCrlLen,
  [in]  BYTE *pbCrlLen
);

Parameters

  • ulCrlLen [in]
    The size, in bytes, of the pbCrlLen array.

  • pbCrlLen [in]
    Pointer to a byte array that contains the CRL, as defined in the Windows Media DRM for Network Devices specification.

Return Value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
IDL Bdaiface.idl

See Also

IBDA_WMDRMSession

Send comments about this topic to Microsoft

Build date: 3/1/2009