[python-win32] about thre return value from pycom server

2009-05-24 Thread winterTTr
I recently write a com server as shell extension . And , i want to implement a interface call "IQueryInfo" which you can find some information about it via MSDN . As I can't find it the pythoncom , i implement it using the TypeLibrary as following lines. [shell_extension.idl] from

[python-win32] about thre return value from pycom server

2009-05-24 Thread winterTTr
I recently write a com server as shell extension . And , i want to implement a interface call "IQueryInfo" which you can find some information about it via MSDN . As I can't find it the pythoncom , i implement it using the TypeLibrary as following lines. [shell_extension.idl] from

[python-win32] about thre return value from pycom server

2009-05-17 Thread winterTTr
I recently write a com server as shell extension . And , i want to implement a interface call "IQueryInfo" which you can find some information about it via MSDN . As I can't find it the pythoncom , i implement it using the TypeLibrary as following lines. [shell_extension.idl] from