nerdexam
Microsoft

98-374 · Question #19

You need to implement a Direct3D-based rendering system for a 3D game. Which method is called to create a Direct3D object in your application?

The correct answer is C. Direct3DCreate9(). See the full explanation below for the reasoning.

Question

You need to implement a Direct3D-based rendering system for a 3D game. Which method is called to create a Direct3D object in your application?

Options

  • ACreateDevice()
  • BGetAdapterDisplayMode()
  • CDirect3DCreate9()
  • DGetAdapterIdentifier()

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    7% (2)
  • C
    81% (22)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full 98-374 Practice