Показать сообщение отдельно
  #2  
Старый 13.02.2018, 14:55
Аватар для Alegun
Alegun Alegun вне форума
LMD-DML
 
Регистрация: 12.07.2009
Адрес: Богородское
Сообщения: 3,025
Версия Delphi: D7E
Репутация: 1834
По умолчанию

Цитата:
Сообщение от Booster_1
...Отвечу на любые уточняющие вопросы...
Вопрос в чём

Код:
 CreateFile(
      '\\.\\COM22',       // address of name of the communications device
      fdwAccess,          // access (read-write) mode
      0,                  // share mode
      NULL,               // address of security descriptor
      OPEN_EXISTING,      // how to create
      0,                  // file attributes
      NULL                // handle of file with attributes to copy
   );
Ответить с цитированием