Share via


XACT_RENDERER_DETAILS

XACT_RENDERER_DETAILS

Returns information about a particular renderer.

typedef struct XACT_RENDERER_DETAILS {
    WCHAR rendererID[XACT_RENDERER_ID_LENGTH];
    WCHAR displayName[XACT_RENDERER_NAME_LENGTH];
    BOOL defaultDevice;
} XACT_RENDERER_DETAILS, *LPXACT_RENDERER_DETAILS;

Members

  • rendererID
    Wide character array containing the id of the renderer.
  • displayName
    Wide character array that contains the name of the renderer.
  • defaultDevice
    TRUE if this renderer is the default renderer. Otherwise, FALSE.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures