How to extend win32api

Hi,

I want to insert a method **AttachThreadInput in python win32...**

AttachThreadInput this method is available in general win32api…

Kindly help me how to extend the AttachThreadInput method in python win32api

Thanks in advance

Regards

Bala

Bala wrote:

Hi,
    I want to insert a method *AttachThreadInput in python win32...*
** *AttachThreadInput this method is available in general win32api...*
** *Kindly help me how to extend the AttachThreadInput method in python win32api *

Dear Bala,

You need to download the source code of PythonWin, and modify it
appropriately. Search for a function that is similar in signature,
and copy-and-paste the source code.

Regards,
Martin