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 - getcommerror() retrieves the most recent comm error value http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GetCommError()         Retrieves the most recent comm error value
--------------------------------------------------------------------------------

   Syntax:              GetCommError( <nIdComDev>, @<cComStat> ) --> <nRetCode>

                        This function retrieves the most recent error value
                        and current status for the specified device.

   Parameters:

   <nIdComDev>          The communications device identifier created
                        with the OpenComm() function.

   <cComStat>           A string that will receive the information
                        for the comm status.

   Returns:

   <nRetCode>           Indicates the last error value.


   Sample:              SAMPLES\\TestComm.prg


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

   See also:            OpenComm() BuildCommDev() CloseComm()


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