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
600 B
23 lines
600 B
/*****************************************************************************\
|
|
FILE: SettingsPg.h
|
|
|
|
DESCRIPTION:
|
|
This code will display a "Settings" tab in the
|
|
"Display Properties" dialog
|
|
|
|
BryanSt 1/05/2001 Updated and Converted to C++
|
|
|
|
Copyright (C) Microsoft Corp 1993-2001. All rights reserved.
|
|
\*****************************************************************************/
|
|
|
|
#ifndef _SETTINGSPG_H
|
|
#define _SETTINGSPG_H
|
|
|
|
|
|
typedef struct
|
|
{
|
|
BOOL fFoceSmallFont;
|
|
IUnknown * punkSite;
|
|
} GENERAL_ADVDLG_INITPARAMS;
|
|
|
|
#endif // _SETTINGSPG_H
|