IoConfigParameter (STRUCT)¶
TYPE IoConfigParameter : STRUCT
Parameter description. This entry describes completely a parameter of an connector.
- InOut:
Name
Type
Comment
dwParameterId
DWORD
ID of the parameter. This ID is specified in the device description.
dwValue
XWORD
Value (if is valud < 4 bytes) or a pointer to the value of the parameter.
wType
WORD
Type class of the parameter. See category “Type class” for detailed information.
wLen
WORD
Length of the parameter in bits.
dwFlags
DWORD
Parameter value flags. See category “Parameter value flags” for detailed information. Bit 16 to 31 are used for extended parameters (size exceeding 65535 Bits,8192 Bytes)
dwDriverSpecific
XWORD
Driver specific entry. Reserved for the usage in the driver.