Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Safearray question

Reply
Thread Tools

Safearray question

 
 
bumperdoc@gmail.com
Guest
Posts: n/a
 
      08-18-2006
Hi
I'm using win32com.client to dispatch a COM server....one of the
interface methods has the below parameter:

...., [in, out] SAFEARRAY(BYTE) *Buffer, ...

This method goes and queries something and puts it in this buffer...how
can I use this method in Python? What type of variable needs to be
passed in when calling this method?
Thanks in advance.
AC

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
safearray George2 C++ 2 11-21-2007 08:06 AM
Variant, SafeArray.....etc Simply_Red C++ 2 08-01-2007 03:54 PM
Python and SAFEARRAY bumperdoc@gmail.com Python 0 08-17-2006 12:42 AM
How to get safearray from a Component Patrice FRITSCH ASP General 0 10-26-2005 09:51 AM
win32com and VB COM object function with {Pointer SafeArray Pointer User Defined} Sebastian Wain Python 0 07-13-2004 08:20 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57