Hello,
Hi!.I have got a problem in calling a method from a Dll
file(user32) using c# like;

[DllImport("user32")]
public static extern /* problem is here*/ GetCapture();

this method return a...