Language

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

Client Requires Windows 7.
IDL Declared in Bdaiface.idl.

See Also

IBDA_WMDRMSession

Send comments about this topic to Microsoft

Build date: 12/4/2008