摘要:uses Winapi.ActiveX; procedure AddFirewallOutException(const Caption, AppPath: string); var Profile: Integer; Policy2: OleVariant; RObject: OleVariant
阅读全文
09 2020 档案
摘要:uses Winapi.ActiveX; procedure AddFirewallOutException(const Caption, AppPath: string); var Profile: Integer; Policy2: OleVariant; RObject: OleVariant
阅读全文
摘要:udpHelper.pas unit udpHelper; interface uses Classes, Windows, SysUtils, WinSock; type TRecv = procedure(RIP: string; buf: PChar; Bufsize: Integer) of
阅读全文
|