Microsoft DirectX 9.0

IETFilterConfig::GetSecureChannelObject

This topic applies to Windows XP Service Pack 1 only.

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

Syntax

HRESULT GetSecureChannelObject(
    IUnknown **ppUnkSecureChannel
);

Parameters

ppUnkDRMSecureChannel

[out]  Address of a variable that receives a pointer to the secure channel object's IUnknown interface.

Return Values

Returns an HRESULT.

Remarks

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

See Also