IBDA_ConditionalAccessEx::SetCaptureToken Method

[This documentation is preliminary and is subject to change.]
Requests special events that are identified by a capture token.
A capture token is a binary blob that indicates a specific purchase option for content.

Syntax

HRESULT SetCaptureToken(
  [in]  ULONG ulcbCaptureTokenLen,
  [in]  BYTE *pbCaptureToken
);

Parameters

  • ulcbCaptureTokenLen [in]
    The size, in bytes, of the pbCaptureToken array.

  • pbCaptureToken [in]
    Pointer to a byte array that contains the capture token.

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_ConditionalAccessEx

Send comments about this topic to Microsoft

Build date: 12/4/2008