Partager via


IMsTscAx::CreateVirtualChannels

This method creates a client-side virtual channel object for each specified virtual channel name.

HRESULT CreateVirtualChannels(
  BSTR channelNames
);

Parameters

  • channelNames
    [in] A comma-separated list of valid virtual channel names.

Return Values

If the method succeeds, the return value is S_OK.

If it fails, the method returns a nonzero error code.

Remarks

Call this method before calling the IMsTscAx::Connect method.

Refer to the Virtual Channel Client Registration method for information about virtual channel naming restrictions.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Discodlg.h. Mstsax.idl.
Link Library: Mstsax.lib.

See Also

IMsTscAx | IMsTscAx::Connect

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.