onlyou13

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

09 2020 档案

摘要:uses Winapi.ActiveX; procedure AddFirewallOutException(const Caption, AppPath: string); var Profile: Integer; Policy2: OleVariant; RObject: OleVariant 阅读全文
posted @ 2020-09-10 22:12 onlyou13 阅读(68) 评论(0) 推荐(0)

摘要:udpHelper.pas unit udpHelper; interface uses Classes, Windows, SysUtils, WinSock; type TRecv = procedure(RIP: string; buf: PChar; Bufsize: Integer) of 阅读全文
posted @ 2020-09-07 22:15 onlyou13 阅读(53) 评论(0) 推荐(0)