[python-win32] how to generate an IPersistStream object?

2007-01-29 Thread Leo Jay
i need to pass an IPersistStream object to a COM function, and i find a type named PyIPersistStream in the manual of pywin32. but i don't know how to generate a PyIPersistStream object and pass it to the function. anyone could help me? thanks in advance. -- Best Regards, Leo Jay

Re: [python-win32] how to generate an IPersistStream object?

2007-01-29 Thread Gabriel Genellina
At Monday 29/1/2007 07:43, Leo Jay wrote: i need to pass an IPersistStream object to a COM function, and i find a type named PyIPersistStream in the manual of pywin32. but i don't know how to generate a PyIPersistStream object and pass it to the function. anyone could help me? I've never

Re: [python-win32] how to generate an IPersistStream object?

2007-01-29 Thread Mark Hammond
i need to pass an IPersistStream object to a COM function, and i find a type named PyIPersistStream in the manual of pywin32. but i don't know how to generate a PyIPersistStream object and pass it to the function. anyone could help me? Gabriel is completely correct - see

Re: [python-win32] how to generate an IPersistStream object?

2007-01-29 Thread Mark Hammond
On 1/30/07, Mark Hammond [EMAIL PROTECTED] wrote: i need to pass an IPersistStream object to a COM function, and i find a type named PyIPersistStream in the manual of pywin32. but i don't know how to generate a PyIPersistStream object and pass it to the function. anyone could