FORM 4.3
SETUPPARAMETERS Struct Reference

#include <structs.h>

Data Fields

UBYTE * parameter
 
int type
 
int flags
 
LONG value
 

Detailed Description

Each setup parameter has one element of the struct SETUPPARAMETERS assigned to it. By binary search in the array of them we can then locate the proper element by name. We have to assume that two ints make a long and either one or two longs make a pointer. The long before the ints and padding gives a problem in the initialization.

Definition at line 984 of file structs.h.

Field Documentation

◆ parameter

UBYTE* parameter

Definition at line 985 of file structs.h.

◆ type

int type

Definition at line 986 of file structs.h.

◆ flags

int flags

Definition at line 987 of file structs.h.

◆ value

LONG value

Definition at line 988 of file structs.h.


The documentation for this struct was generated from the following file: