G
Guest
Hi All
I wonder what is the diferrence between those two API functions
[DllImport("coredll.dll")
private static extern IntPtr GetCapture()
[DllImport("coredll.dll")
private static extern IntPtr GetFocus()
Thanks for any help ;
Best regard
Chris
I wonder what is the diferrence between those two API functions
[DllImport("coredll.dll")
private static extern IntPtr GetCapture()
[DllImport("coredll.dll")
private static extern IntPtr GetFocus()
Thanks for any help ;
Best regard
Chris