Actually, there's another little oddity with this version and the previous one. It's not a big issue because it's easy to correct in my initialisation code, but I thought I'd mention it since I've noticed it.
When my ASI120MM starts, it appears to have the image vertically flipped by default. That is, the image is returned as if I had called SetMisc(0,1).
This means that if I start the camera and the my application does, say, SetMisc(1,0) and then later on SetMisc(0,0) the image doesn't return to the original orientation.
It's easily fixed just by calling SetMisc(0,0) when I first configure the camera, but it confused me for a while :)
James