I have to write a screensaver that displays a bitmap on the screen. The program has to be written in C using WinApi, but the procedure that fills the screen has to be written in assembly. My quetion is: After creating a fulscreen window, how do I get it's memory address to pass it to the assembler procedure?