whisht

    十年

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年5月23日

摘要: library Properties; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select Project-View Source) USES clause if your DLL exports any procedures or functions that pass strings as parameters or function results. Thi 阅读全文
posted @ 2013-05-23 13:23 WHISHT 阅读(272) 评论(0) 推荐(0) 编辑

摘要: [DllImport("shell32.dll", CharSet = CharSet.Auto)] private static extern IntPtr SHMultiFileProperties(IDataObject pdtobj, int dwFlags); [DllImport("shell32.dll", CharSet = CharSet.Auto)] public static extern IntPtr ILCreateFromPath(string path); [DllImport("shell32.dll" 阅读全文
posted @ 2013-05-23 10:54 WHISHT 阅读(504) 评论(0) 推荐(0) 编辑