摘要: n pDirectSoundCreate := GetProcAddress(hDSound, 'DirectSoundCreate'); if pDirectSoundCreate <> nil then begin VirtualProtect(pDirectSoundCreate, 3, PAGE_EXECUTE_READWRITE, lp); Move(#$C2#$0C#$... 阅读全文
posted @ 2010-10-25 12:18 新软体 阅读(348) 评论(0) 推荐(2)