P/Invoke problem

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.
 
P

Paul G. Tobey [eMVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top