TAPIEx ActiveX Control v3.6

AddNewEx

The AddNewEx method create new item and load the specified wave file which in safearray into the memory buffer of our control.

Sub AddNewEx(
ID As String,
BitStream as VARIANT)

Parameters

ID
[in] the unique identifier of the IMemoryBuffer object as a string.
BitStream
SafeArray (VT_ARRAY | VT_UI1) point to the memory wave file.

Return Values

None.

Remarks

To delete the specified IMemoryBuffer item, please use DeleteItem() method.

To load a list of wave files, please use the LoadFromList() method.

See Also

AddNew