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
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