IDirect3DRMFrame2::GetMaterial
Retrieves the material of the Direct3DRMFrame2 object.
HRESULT GetMaterial(
LPDIRECT3DRMMATERIAL *lplpMaterial
);
Parameters
lplpMaterial
Address of a variable that will be filled with a pointer to the Direct3DRMMaterial object applied to the frame.
Return Values
Returns D3DRM_OK if successful, or an error otherwise. For a list of possible return codes, see Direct3D Retained-Mode Return Values.
See Also