Attribute VB_Name = "Module1" Public Declare Function CommEncode Lib "SecuComm.dll" (ByVal cSrc As String, ByVal cTar As String) As Boolean Public Declare Function CommDecode Lib "SecuComm.dll" (ByVal cSrc As String, ByVal cTar As String) As Boolean