1/6/2010
This method creates a client-side virtual channel object for each specified virtual channel name.
Syntax
HRESULT CreateVirtualChannels(
BSTR channelNames
);
Parameters
- channelNames
[in] A comma-separated list of valid virtual channel names.
Return Value
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
| Header | discodlg.h, mstsax.idl |
| Library | Mstsax.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |