mirror of https://github.com/lianthony/NT4.0
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.
69 lines
967 B
69 lines
967 B
|
|
|
|
|
|
OptionList->SetType(OPTIONLIST_TAPE);
|
|
|
|
class OPTION_TYPE
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ExtractOptionStringsFromAllInf
|
|
|
|
|
|
Need to look up 3 sections
|
|
|
|
Tape
|
|
|
|
OptionType = "TAPE"
|
|
Driver = [Files-TapeClassDrivers]
|
|
OptionText = NULL
|
|
option = NULL
|
|
inf=NULL
|
|
CHECK_PLATFORM=FALSE
|
|
|
|
|
|
Scsi
|
|
|
|
OptionType = "SCSI"
|
|
Driver = [Files-ScsiMiniportDrivers]
|
|
OptionText = NULL
|
|
option = NULL
|
|
inf=NULL
|
|
CHECK_PLATFORM=FALSE
|
|
|
|
|
|
|
|
ExtractDrvLibNetOptionStrings
|
|
|
|
OptionType = NULL
|
|
Driver = NULL
|
|
OptionText = [PCMCIAOptionsTextENG]
|
|
Option =
|
|
inf= oemnadzz.inf
|
|
CHECK_PLATFORM=FALSE
|
|
|
|
ExtractNetOptionStrings
|
|
|
|
OptionType = NetAdapter
|
|
Driver = NULL
|
|
OptionText = [OptionsTextENG]
|
|
Option = = [Options]
|
|
inf= NULL
|
|
CHECK_PLATFORM=TRUE
|
|
|
|
|
|
GetAllOptionsTextFromInfHandle
|
|
|
|
OptionType = [Identification]
|
|
Driver = NULL
|
|
OptionText = NULL
|
|
Option = = NULL
|
|
inf= NULL
|
|
CHECK_PLATFORM=NULL
|
|
|