[Delphi]인터넷 연결 상태 확인
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, WinSock; type ip_option_information = packed record // header of an IP packet // Otherwise, the route option should be formatted as specified in RFC 791 Ttl: byte; // Time to live Tos: byte; // Type of service, generally 0 Flags: byte; ..
Academy I/Tech Academy
2019. 1. 31.