CONFIG_INFO_0
The CONFIG_INFO_0
structure specifies name strings and values to configure components on local
computers.
typedef struct _CONFIG_INFO_0 {
LPTSTR cfgi0_key;
LPTSTR cfgi0_data;
} CONFIG_INFO_0, *PCONFIG_INFO_0, *LPCONFIG_INFO_0;
cfgi0_key
Specifies a
string with a configuration entry name. The name represents an entry into the
LANMAN.INI file.
cfgi0_data
Specifies
values that a user assigns to the configuration entry name.
See Also