A constant used to calculate the total time-out period for write operations, in milliseconds. For each write operation, this value is added to the product of the WriteTotalTimeoutMultiplier and the requested number of bytes.
Read/Write
| Visual Basic |
WriteTotalTimeoutConstant As Long
|
|---|---|
| Visual C++ (MFC) |
long get_WriteTotalTimeoutConstant();
put_WriteTotalTimeoutConstant(long value);
|
| Visual C++ (#import) |
LONG WriteTotalTimeoutConstant;
|
A value of zero for both the WriteTotalTimeoutMultiplier and WriteTotalTimeoutConstant indicates that total time-outs are not used for write operations.
The property may throw exception. Use GetLastError method to get the error code.