Multiple choice technology programming languages

If you are using the CFrameWnd::Create() method to create the window, you can specify the name of the menu using which argument.

  1. MenuCaption argument

  2. lpszMenuName argument

  3. MenuName argument

  4. splzMenuName argument

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In MFC's CFrameWnd::Create() method, the lpszMenuName parameter specifies the menu resource name. This parameter directly corresponds to the menu resource defined in the .rc file.