mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 02:11:40 -06:00
3.13
This commit is contained in:
19
7zip/FileManager/MyLoadMenu.h
Executable file
19
7zip/FileManager/MyLoadMenu.h
Executable file
@@ -0,0 +1,19 @@
|
||||
// MyLoadMenu.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __MYLOADMENU_H
|
||||
#define __MYLOADMENU_H
|
||||
|
||||
void OnMenuActivating(HWND hWnd, HMENU hMenu, int position);
|
||||
// void OnMenuUnActivating(HWND hWnd, HMENU hMenu, int id);
|
||||
// void OnMenuUnActivating(HWND hWnd);
|
||||
|
||||
void MyLoadMenu(HWND hWnd);
|
||||
bool OnMenuCommand(HWND hWnd, int id);
|
||||
void MyLoadMenu();
|
||||
void LoadFileMenu(HMENU hMenu, int startPos, bool forFileMode, bool programMenu);
|
||||
bool ExecuteFileCommand(int id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user