send a signal segv to crash a process in windows and dump core

Hi ,

I need to do an equivalent of kill -11 (which is in unix) in windows.

I need to crash a process with SEGV so that it would dump core in windows. Is there any tool by which we can do this .
Also is there any sample code through which we can achieve this .

In windows we have taskill which only terminates a process , but is unable to send a signal like SEGV to the process
upon which it would terminate and dump core .

Please do let know .

Regards
Sangram