Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - buildcommdcb() translates a device string into a control block http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BuildCommDCB()         Translates a device string into a control block
--------------------------------------------------------------------------------

   Syntax:              BuildCommDCB( <cInfoDef>, @<cDevBlock> ) --> lSuccess


    The BuildCommDCB function translates a device-definition string into
    appropriate serial Device Control Block (DCB) codes.

   Parameters:

   <cInfoDef>           A string that specifies device-control information.
                        The string has the same form as the parameters used in
                        the MsDos mode command.

   <cDevBlock>          A string passed by reference that will receive the
                        translated string. Its structure defines the control
                        settings for the serial-communications device.

   Returns:             .t. if everything was ok.

   Observations:        This is a WinApi communication function.

   Sample:              See SAMPLES\\TestComm.prg

   Source code:         SOURCE\\WINAPI\\comm.c

   See also:



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson