P/Invoke problem

  • Thread starter Thread starter Maxim
  • Start date Start date
M

Maxim

Hello, everybody!

I've tried to call native GetCursorPos function using p/invoke, but I could
not find usual WinAPI dlls like user32.dll (which contains GetCursorPos) and
others.
Could anybody help me?

Thanks in advance.
 
Windows CE <> Windows on the desktop. Where the API functions is stored is
not fixed value, but it's coredll.dll in most cases, including this one.

Paul T.
 
Back
Top