IMsTscAx::CreateVirtualChannels (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.