OK, I have a question, I have an example that loads a BMP image and displays it on the client area which gives me a bitmap handle.
If I try to use the bitmap handle with,
invoke GdipSaveImageToFile,bitmap,L(filename),rax,NULL
It will not start. If I put 0 as the first arg that app will at least run but the function does not work.
I don't know what is expected with the first argument, the reference material I have says a pointer to the image. What would you normally point at it ?