COM Features

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, 

I'm trying get some features from TAPI3.DLL using COM Support im PHP.

PHP Version: 5.1.4 (CLI scene)
OS: WinXP 

My doubt is how can I call ITAddress::QueryInterface method ? What
parameters I need here? 

Here's example:

// $address is A ITAdress object

$iTName = new Variant("ITAddressCapabilites", VT_BSTR);

$iTAddressCap = $address->QueryInterface($iTName); 

at this point a error is raised saying that member cannot be found...

What can be wrong ? 

Thanks 
 

?>

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux