Share via


IDTFilterConfig::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.]

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

   
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header encdec.h

See also

IDTFilterConfig Interface