Share via


IXDSCodecConfig::GetSecureChannelObject method (encdec.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.

The GetSecureChannelObject method retrieves the secure channel object used to decrypt the stream.

Syntax

HRESULT GetSecureChannelObject(
  [out] IUnknown **ppUnkDRMSecureChannel
);

Parameters

[out] ppUnkDRMSecureChannel

Receives a pointer to the secure channel object's IUnknown interface.

Return value

Returns an HRESULT.

Remarks

If the method succeeds, the caller must release the IUnknown interface.

Requirements

   
Target Platform Windows
Header encdec.h

See also

IXDSCodecConfig Interface