Write-only |
About Channels |
Description |
Creates a channel and returns a handle to it. If the channel already exists, it returns the handle to the existing channel. |
VB Syntax |
chans.Add (item) |
Variable |
(Type) - Description |
chans |
A Channel collection (object) |
item |
(variant) - Channel number. |
Return Type |
Channel |
Default |
Not Applicable |
Examples |
chans.Add 3 'Creates channel 3 |
C++ Syntax |
HRESULT Add(VARIANT numVal, IChannel** pChannel) |
Interface |
IChannels |