[ros-dev] CommConfigDialog() and serialui.dll

Hervé Poussineau hpoussin at reactos.com
Wed Apr 6 14:17:20 CEST 2005


Saveliy Tretiakov a écrit :
> serialui
>  - Started serialui dll
>  - Implemented drvCommConfigDialogA and drvCommConfigDialogW

http://reactos.com:8080/pipermail/ros-svn/2005-April/002164.html

> kernel32.diff
>  - Implemented CommConfigDialogA and CommConfigDialogW
>  - Removed @unimplemented comments for some implemented functions

Not committed because they give warnings:
misc/comm.c: In function `CommConfigDialogA':
misc/comm.c:854: warning: use of cast expressions as lvalues is deprecated
misc/comm.c: In function `CommConfigDialogW':
misc/comm.c:887: warning: use of cast expressions as lvalues is deprecated
MAKE: *** [misc/comm.o] Error 1

> include.diff
>  - Add missing ioctls to ntddser.h:
>    IOCTL_SERIAL_GET_COMMCONFIG and IOCTL_SERIAL_SET_COMMCONFIG

They are not documented by Microsoft (see 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/serial/hh/serial/serref_297b853b-2e0c-4a71-9642-9516f433a382.xml.asp 
) and googling on them doesn't give good results.
Do you have some documentation?


More information about the Ros-dev mailing list