// d3dhal.h
typedef struct _D3DHAL_DP2EXT {
DWORD dwExtToken;
DWORD dwSize;
} D3DHAL_DP2EXT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DHAL_DP2EXT structure's use has yet to be defined.
dwExtTokenSpecifies the extension token.
dwSizeSpecifies the size, in bytes of this structure.
This structure is used with hardware transform and lighting. Contact the DirectX team at Microsoft for further implementation details.