摘要: Imports System.Collections.Generic Imports System.Text Imports System.Runtime.InteropServices Public Class IniFile Public filePath As String <DllImport("kernel32")> _ Private Shared Function WritePriv 阅读全文
posted @ 2019-10-11 11:36 错莫难瞒 阅读(971) 评论(0) 推荐(0) 编辑
摘要: 1 Imports System.Runtime.InteropServices 2 Imports System.IO 3 4 Module MdSftData 5 6 '256 bytes 7 Public Structure sSftDataHeader 8 '96 bytes 9 10 ... 阅读全文
posted @ 2019-10-11 11:32 错莫难瞒 阅读(1564) 评论(0) 推荐(0) 编辑