TAPIEx ActiveX Control v3.6

AddNewEx2

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

Sub AddNewEx2(
ID As String, 
MemAddress As Long, Size As Long)

Parameters

ID
[in] the unique identifier of the IMemoryBuffer object as a string.
MemAddress
[in] , point to the memory buffer
Size
The size in byte of memory buffer.

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.

To load the wave file which in memory, please use AddNewEx() method.

See Also

LoadFromList, AddNew