IoConfigParameter (STRUCT)¶
TYPE IoConfigParameter : STRUCT
Parameter description. This entry describes completely a parameter of an connector.
- InOut:
Name
Type
Comment
dwParameterIdDWORDID of the parameter. This ID is specified in the device description.
dwValueXWORDValue (if is valud < 4 bytes) or a pointer to the value of the parameter.
wTypeWORDType class of the parameter. See category “Type class” for detailed information.
wLenWORDLength of the parameter in bits.
dwFlagsDWORDParameter 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)
dwDriverSpecificXWORDDriver specific entry. Reserved for the usage in the driver.