CTI32 Class Library

cti.DeallocateStream Method 

Free the allocated stream handle.

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

Parameters

dev
Voice device
sh
Stream handle

Return Value

Stream handle.

See Also

cti Class | CTI32NetLib Namespace