ReactOS 0.4.16-dev-329-g9223134
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | _ENUM_OPTION |
struct | _PARAMETER |
struct | _PARAMETER_ARRAY |
Typedefs | |
typedef enum _PARAM_TYPE | PARAM_TYPE |
typedef enum _PARAM_TYPE * | PPARAM_TYPE |
typedef struct _ENUM_OPTION | ENUM_OPTION |
typedef struct _ENUM_OPTION * | PENUM_OPTION |
typedef struct _PARAMETER | PARAMETER |
typedef struct _PARAMETER * | PPARAMETER |
typedef struct _PARAMETER_ARRAY | PARAMETER_ARRAY |
typedef struct _PARAMETER_ARRAY * | PPARAMETER_ARRAY |
Enumerations | |
enum | _PARAM_TYPE { NO_TYPE , INT_TYPE , LONG_TYPE , WORD_TYPE , DWORD_TYPE , EDIT_TYPE , ENUM_TYPE } |
typedef struct _ENUM_OPTION ENUM_OPTION |
typedef enum _PARAM_TYPE PARAM_TYPE |
typedef struct _PARAMETER PARAMETER |
typedef struct _PARAMETER_ARRAY PARAMETER_ARRAY |
typedef struct _ENUM_OPTION * PENUM_OPTION |
typedef enum _PARAM_TYPE * PPARAM_TYPE |
typedef struct _PARAMETER * PPARAMETER |
typedef struct _PARAMETER_ARRAY * PPARAMETER_ARRAY |
Enumerator | |
---|---|
NO_TYPE | |
INT_TYPE | |
LONG_TYPE | |
WORD_TYPE | |
DWORD_TYPE | |
EDIT_TYPE | |
ENUM_TYPE |
Definition at line 10 of file propertypage.c.
|
static |
Definition at line 425 of file propertypage.c.
Referenced by NetPropPageProvider().
|
static |
Definition at line 813 of file propertypage.c.
Referenced by OnCommand(), and OnInitDialog().
|
static |
Definition at line 403 of file propertypage.c.
Referenced by DisplayParameter().
|
static |
Definition at line 74 of file propertypage.c.
Referenced by BuildParameterArray(), and OnDestroy().
|
static |
Definition at line 154 of file propertypage.c.
Referenced by BuildParameterArray().
|
static |
Definition at line 252 of file propertypage.c.
Referenced by BuildParameterArray().
|
static |
Definition at line 288 of file propertypage.c.
Referenced by BuildParameterArray().
|
static |
Definition at line 187 of file propertypage.c.
Referenced by BuildParameterArray().
|
static |
Definition at line 217 of file propertypage.c.
Referenced by BuildParameterArray().
|
static |
Definition at line 114 of file propertypage.c.
Referenced by BuildParameterArray().
|
static |
Definition at line 1098 of file propertypage.c.
Referenced by NetPropPageProvider().
BOOL WINAPI NetPropPageProvider | ( | PSP_PROPSHEETPAGE_REQUEST | lpPropSheetPageRequest, |
LPFNADDPROPSHEETPAGE | lpfnAddPropSheetPageProc, | ||
LPARAM | lParam | ||
) |
Definition at line 1131 of file propertypage.c.
Definition at line 995 of file propertypage.c.
Referenced by NetPropertyPageDlgProc().
Definition at line 1076 of file propertypage.c.
Referenced by NetPropertyPageDlgProc().
Definition at line 944 of file propertypage.c.
Referenced by NetPropertyPageDlgProc().
Definition at line 1045 of file propertypage.c.
Referenced by NetPropertyPageDlgProc().
|
static |
Definition at line 691 of file propertypage.c.
Referenced by OnCommand(), and WriteParameterArray().
|
static |
Definition at line 743 of file propertypage.c.
Referenced by OnNotify().