Calling SetupDiCallClassInstaller on a 64 bit machine when compiled for 32 bit returns false.
GetLastError() == ERROR_IN_WOW64
All the other function calls work fine under 32bit, just this one is giving me problems.
I'm wondering if anyone knows what I am doing wrong here.