C# PInvoking user32.dll on a 64 bit system

Viewed 25143

Is it wrong to pinvoke user32.dll on 64 bit Windows, from a 64 bit app? I've done this successfully a number of times and never had an error, but it seems contradictory. Should I look for user64.dll instead?

2 Answers
Related