Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
577 B

  1. /*****************************************************************************\
  2. FILE: SettingsPg.h
  3. DESCRIPTION:
  4. This code will display a "Settings" tab in the
  5. "Display Properties" dialog
  6. BryanSt 1/05/2001 Updated and Converted to C++
  7. Copyright (C) Microsoft Corp 1993-2001. All rights reserved.
  8. \*****************************************************************************/
  9. #ifndef _SETTINGSPG_H
  10. #define _SETTINGSPG_H
  11. typedef struct
  12. {
  13. BOOL fFoceSmallFont;
  14. IUnknown * punkSite;
  15. } GENERAL_ADVDLG_INITPARAMS;
  16. #endif // _SETTINGSPG_H