advanced.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 0k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. #ifndef _ADVANCED_H_
  2. #define _ADVANCED_H_
  3. BOOL_PTR CALLBACK AdvancedOptionsDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam,
  4.                                      LPARAM lParam);
  5. // BUGBUG - raymondc - temp hack - stolen from shdocvw
  6. // Prototype flags
  7. #define PF_USERMENUS        0x00000001      // Use traditional USER menu bar
  8. #define PF_NEWFAVMENU       0x00000002      // New favorites menu
  9. #define PF_NOBROWSEUI       0x00001000          // don't use browseui
  10. #endif