Share via


IETFilterConfig::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 Windows XP Service Pack 1 or later.

The GetSecureChannelObject method retrieves the secure channel object used to encrypt 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

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

See also

IETFilterConfig Interface