fsmenu.cpp
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- //---------------------------------------------------------------------------
- // Helper routines for an owner draw menu showing the contents of a directory.
- //---------------------------------------------------------------------------
- #include "shellprv.h"
- #include <fsmenu.h>
- #include "ids.h"
- #define DF_HOOK 0x80000000
- // Cursor IDs from shdocvw
- #define IDC_MENUMOVE 100
- #define IDC_MENUCOPY 101
- #define IDC_MENUDENY 102
- #define IEPlaySound(szEvent, fSysCommand) SHPlaySound(szEvent)
- #define g_himlIcons g_himlFSIcons
- #define g_himlIconsSmall g_himlFSIconsSmall
- #include "..libfsmenu.cpp"
English
