Re: [PHP] COM and VARIANT types

2008-11-04 Thread Alex Bovey
 I think this may be what you are looking for, but I don't know how
 much it helps:

 http://www.marin.clara.net/COM/variant_type_definitions.htm

 Andrew

Thanks Andrew - it's a start!

Alex

-- 
Alex Bovey
Web Developer | Alex Bovey Consultancy Ltd
Registered in England  Wales no. 6471391 | VAT no. 934 8959 65
PHP | MySQL | AJAX | XHTML | CSS | Javascript | XML | W3C Accessibility

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



[PHP] COM and VARIANT types

2008-11-03 Thread Alex Bovey
Hi,

I am playing around with some COM interfaces and getting my head
around VARIANTs.

I have a method that is returning a VARIANT and using variant_get_type
returns the type as 9.  How do I find out what type 9 relates to?  The
manual page for variant_get_type isn't much...

Thanks all,

Alex

--
Alex Bovey
Web Developer | Alex Bovey Consultancy Ltd
Registered in England  Wales no. 6471391 | VAT no. 934 8959 65
PHP | MySQL | AJAX | XHTML | CSS | Javascript | XML | W3C Accessibility

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



Re: [PHP] COM and VARIANT types

2008-11-03 Thread Andrew Ballard
On Mon, Nov 3, 2008 at 1:33 PM, Alex Bovey [EMAIL PROTECTED] wrote:
 Hi,

 I am playing around with some COM interfaces and getting my head
 around VARIANTs.

 I have a method that is returning a VARIANT and using variant_get_type
 returns the type as 9.  How do I find out what type 9 relates to?  The
 manual page for variant_get_type isn't much...

 Thanks all,

 Alex


I think this may be what you are looking for, but I don't know how
much it helps:

http://www.marin.clara.net/COM/variant_type_definitions.htm

Andrew

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