[go: up one dir, main page]

Menu

[r181]: / mru.h  Maximize  Restore  History

Download this file

5 lines (5 with data), 248 Bytes

1
2
3
4
5
void mruAddFile(char* szFilePath);
//int mruGetMenu(char* buf);
int mruGetCurrentMenu(char* buf);
int mruGetCurrentMenu(HMENU mmru, int cmdIndex); // For Dynamic MRU List (Script Window Context Menu)
int mruCmdMenu(HMENU mmru,int cmdindex);