Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dialing out
Message
From
23/11/2001 11:45:14
 
 
To
06/11/2001 13:09:32
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00578109
Message ID:
00585152
Views:
43
Cetin -
Once again thanks.

Do I not have to get the address first. I looked it up :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tapi/callover_8d6b.asp

Unfortunately do not realy understand VB: The code from this page reads as follows:

'pick up the collection of Address objects
Dim gobjAddress As ITAddress
Dim objCollAddresses As ITCollection
Set objCollAddresses = gobjTapi.Addresses

'find address that supports the desired type, nSelectedType
bFound = False
For indexAddr = 1 To objCollAddresses.Count
Set objCrtAddress = objCollAddresses.Item(indexAddr)
Set objMediaSupport = objCrtAddress
Set objAddressCapabilities = objCrtAddress

If objMediaSupport.QueryMediaType( nSelectedType )
bFound = True
End If

Set objAddressCapabilities = Nothing
Set objMediaSupport = Nothing
Set objCrtAddress = Nothing

If bFound = True Then Exit For
Next indexAddr

Set gobjAddress = objcollAddresses.Item(indexAddr)

'If no errors occurred, gobjAddress is now a usable address.

************
What would be the equivalent to this in VFP ?


How do I close the session created by tapiRequestMakeCall ?

Thanks,

Larry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform