I’m maintaining a legacy application, and I need to find the documentation for the IDirectDraw::SetCooperativeLevel function. (No, the Windows CE MSDN page doesn’t cut it.) It’s not in MSDN, it’s not in the latest DirectX SDK documentation, and by looking around Microsoft removed all DirectDraw documentation (and old SDKs) from their website.
Before I go off downloading old DirectX SDK installers from random websites, does anyone know a better place to find DirectDraw documentation?
Not sure what information you need, but here’s what I got.
Taken from a tutorial here: http://www.gamedev.net/reference/articles/article608.asp
I also found that SetCooperativeLevel must be called before SetDisplayMode.
Also this might or might not be helpful:
http://www.eggheadcafe.com/software/aspnet/33936361/idirectdraw7setcooperativelevel-and-focusdevice-window.aspx
For pure documentation I couldn’t find anything better than MSDN, so old SDKs are probably your best bet if the above doesn’t cut it.