fsmenu.cpp
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

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"