p/invoke user32

  • Thread starter Thread starter r
  • Start date Start date
R

r

Hi,
Could someone please direct me in the right direction?
I would like to p/invoke few functions from user32:

DrawAnimatedRects
FindWindow, FindWindowEx , GetWindowRect

struct RECT

how do you usually get the functions headers, how do you know how to
p/invoke and what is the syntax in csharp for that?

thanks ina advance
 
Back
Top