local_menu.h 381 B

1234567891011121314151617
  1. #ifndef NULLSOFT_WEBDEV_PLUGIN_MENU_HEADER
  2. #define NULLSOFT_WEBDEV_PLUGIN_MENU_HEADER
  3. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  4. #pragma once
  5. #endif
  6. #include <wtypes.h>
  7. class ifc_omservice;
  8. #define MENU_SERVICECONTEXT 0
  9. HMENU Menu_GetMenu(UINT menuKind, ifc_omservice *service);
  10. BOOL Menu_ReleaseMenu(HMENU hMenu, UINT menuKind);
  11. #endif //NULLSOFT_WEBDEV_PLUGIN_MENU_HEADER