How to break on a win32 function call when passed a particular parameter?

73 Views Asked by At

I'm trying to determine if a handle is being closed so I need to break on a DestroyMenu() call when called with a particular handle. Using MSVS2013.

Is there a way of doing this?

0

There are 0 best solutions below