FMEVENT_INITMENUFMEVENT_INITMENU*
*Contents  *Index  *Topic Contents
*Previous Topic: FMEVENT_HELPSTRING
*Next Topic: FMEVENT_LOAD

FMEVENT_INITMENU

Sent to an extension DLL when the user selects the menu for the extension from the File Manager menu bar. The extension can use this notification to initialize menu items.

Syntax

FMEVENT_INITMENU 
    hmenu = (HMENU) lParam; 

Parameters

hmenu
Handle to the File Manager menu bar.

Return Value

  • An extension DLL should return zero if it processes this message.
  • Remarks

    An extension DLL receives this message only when the user selects the top-level menu. If the extension contains submenus, it must initialize them at the same time it initializes the top-level menu.

    See Also

    FMExtensionProc


    Up Top of Page
    © 1997 Microsoft Corporation. All rights reserved. Terms of Use.