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

系统编程

开发平台:

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