摘要: Option Explicit Private Declare Sub MoveMemory Lib "kernel32" Alias "RtlMoveMemory" _ (Destination As Long, Source As Long, ByVal Length As Long) Priv 阅读全文
posted @ 2024-12-20 10:50 多见多闻 阅读(4) 评论(0) 推荐(0) 编辑