I am working on r200 umd sample driver. In a call to its GetCaps function, called by direct3d runtime, which queries the capabilities of the graphics adapter, it passes a pointer to a D3DDDIARG_GETCAPS structure that describes the capabilities to retrieve.
it passes the D3DDDICAPS_GETD3D9CAPS parameter to retrieve information. which in turn calls the CopyDx7CapsToDx8. I dint find the definition of this function in source code. I dint find this function in MSDN also. do anybody having any knowledge regarding this.
regards