Hi, I'm working on a startup application that determines all possible resolutions for a graphic adapter. To do so the corresponding DirectX function "EnumAdapterModes" needs a D3DFormat which is for instance "D3DFMT_X8R8G8B8" or "D3DFMT_R5G6B5".

Since I did not find any information on that topic in the manual I ask you here.

Any help is apreciated.