Safearray question

2006-08-18 Thread bumperdoc
Hi I'm using win32com.client to dispatch a COM serverone 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 pa

Python and SAFEARRAY

2006-08-16 Thread bumperdoc
Hi I'm using win32com.client to dispatch a COM serverone 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 pa