Share via


IXACTEngine::GetRendererDetails

IXACTEngine::GetRendererDetails

Retrieves information about a specific renderer.

Xbox 360:  This method is not supported on the Xbox 360 platform.

[Content-driven]

  HRESULT 
  GetRendererDetails(
  XACTINDEX nRendererIndex,
  LPXACT_RENDERER_DETAILS pRendererDetails
);

Parameters

  • nRendererIndex
    Index of the renderer to retrieve information from.
  • pRendererDetails
    Pointer to an XACT_RENDERER_DETAILS structure that contains details of the renderer.

Return Values

Returns S_OK if successful. Otherwise, an error code.

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

IXACTEngine