fsmenu.cpp
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. // Helper routines for an owner draw menu showing the contents of a directory.
  3. //---------------------------------------------------------------------------
  4. #include "shellprv.h"
  5. #include <fsmenu.h>
  6. #include "ids.h"
  7. #define DF_HOOK         0x80000000
  8. // Cursor IDs from shdocvw
  9. #define IDC_MENUMOVE            100
  10. #define IDC_MENUCOPY            101
  11. #define IDC_MENUDENY            102
  12. #define IEPlaySound(szEvent, fSysCommand)   SHPlaySound(szEvent)
  13. #define g_himlIcons         g_himlFSIcons
  14. #define g_himlIconsSmall    g_himlFSIconsSmall
  15. #include "..libfsmenu.cpp"