CTI32 Class Library

cti.AllocateStream Method 

Allocate a handle for doing plaing a file from the internet as it is downloading.

[Visual Basic]
Public Shared Function AllocateStream( _
   ByVal dev As Integer _
) As Integer
[C#]
public static int AllocateStream(
   int dev
);

Parameters

dev
Voice device

Return Value

Stream handle. (-1 if error)

See Also

cti Class | CTI32NetLib Namespace