インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Serial Port I/O Function: Returns the Windows* OS handle associated with the communications port. This is the handle that was returned by the Windows API CreateFile.
result = SPORT_GET_HANDLE (port,handle)
port |
(Input) Integer. The port number. |
handle |
(Output) INTEGER(4) on IA-32 architecture; INTEGER(8) on Intel® 64 architecture. This is the Windows handle that was returned from CreatFile( ) on the serial port. |
Communications and Communications Functions in the Microsoft* Platform SDK