摘要: unit MemLibrary;interfaceusesWindows;function memLoadLibrary(pLib: Pointer): DWord;function memGetProcAddress(dwLibHandle: DWord; pFunctionName: PChar): Pointer; stdcall;function memFreeLibrary(dwHandle: DWord): Boolean;implementationfunction GetProcAddressX(dwLibraryHandle: DWord; pFunctionName: PC 阅读全文
posted @ 2011-08-21 01:13 翔飞 阅读(684) 评论(0) 推荐(0) 编辑