WMCreateSecureChannel_Certified_DES function (wmsecure.h)

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Creates an object that implements IWMSecureChannel.

Syntax

HRESULT WMCreateSecureChannel_Certified_DES(
  IWMSecureChannel **ppChannel
);

Parameters

ppChannel

Address of a pointer to the IWMSecureChannel interface of the newly created secure channel object.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

   
Target Platform Windows
Header wmsecure.h

See also

IWMSecureChannel