摘要: uses: WinProcs, WinTypes, SysUtils; var ALibrary : THandle; //Windows uses handles for lots of things such as an open window or DLL AFilename: string; ABuffer: array[0..255] of Char; //this is to convert Pascal string to PChar aDLLFunctionName: function(parameter types):ReturnDataType; //this ... 阅读全文
posted @ 2011-12-30 16:15 司玲朦胧 阅读(111) 评论(0) 推荐(0)