IDirect3DRMLight::GetEnableFrame
Retrieves the enable frame for a light.
HRESULT GetEnableFrame(
LPDIRECT3DRMFRAME * lplpEnableFrame
);
Parameters
lplpEnableFrame
Address of a pointer that will contain the enable frame for the current Direct3DRMFrame object.
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