In the offscreen buffer, yes, you can use the fourth byte for whatever you want. Since we are not asking Windows to do alpha compositing, I'm pretty sure it will never look at what's in there. StretchDIBits will simply discard it.
In our art resources, you'll see us use that fourth byte for alpha.
- Casey