WMCreateSecureChannel function

Creates an object that implements IWMSecureChannel.

Syntax

HRESULT WMCreateSecureChannel(
  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