Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This IOCTL gets the time-out parameters fall read/write operations on a specified communications device. The DeviceIoControl function executes this IOCTL.or
Parameters
- dwOpenData
[in] Handle returned from a call to the COM_Open function. - dwCode
[in] Set to this IOCTL: IOCTL_SERIAL_GET_TIMEOUTS. - pBufIn
[in] Pointer to a COMMTIMEOUTS structure. - dwLenIn
[in] Set to sizeof(COMMTIMEOUTS). - pBufOut
Ignored. - dwLenOut
Ignored. - pdwActualOut
Ignored.
Return Values
Returns TRUE if successful. Returns FALSE otherwise. To get extended error information, call GetLastError.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Pegdser.h.
See Also
COM_IOControl | COM_Open | COMMTIMEOUTS | DeviceIoControl
Send Feedback on this topic to the authors