摘要: 获取方法: 运行: tdump.exe C:\windows\system32\winmm.dll c:\temp\winmm.txt CloseDriver DefDriverProc DriverCallback DrvGetModuleHandle GetDriverModuleHandle MigrateAllDrivers MigrateSoundEvents NotifyCallb... 阅读全文
posted @ 2008-03-11 23:51 万一 阅读(2667) 评论(0) 推荐(0)
摘要: 获取方法: 运行: tdump.exe C:\windows\system32\gdi32.dll c:\temp\gdi32.txt AbortDoc AbortPath AddFontMemResourceEx AddFontResourceA AddFontResourceExA AddFontResourceExW AddFontResourceTracking AddFontReso... 阅读全文
posted @ 2008-03-11 23:49 万一 阅读(6707) 评论(2) 推荐(0)
摘要: 获取方法: 运行: tdump.exe C:\windows\system32\gdiplus.dll c:\temp\gdiplus.txt GdipAddPathArc GdipAddPathArcI GdipAddPathBezier GdipAddPathBezierI GdipAddPathBeziers GdipAddPathBeziersI GdipAddPathClosedCu... 阅读全文
posted @ 2008-03-11 23:46 万一 阅读(7335) 评论(4) 推荐(0)
摘要: 本例效果图: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, StdCtrls; type TForm1 = class(TForm) TreeView1: TTreeVie... 阅读全文
posted @ 2008-03-11 15:14 万一 阅读(8327) 评论(3) 推荐(0)
摘要: 本例效果图: 源码: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, StdCtrls; type TForm1 = class(TForm) TreeView1: TT... 阅读全文
posted @ 2008-03-11 02:44 万一 阅读(8432) 评论(7) 推荐(0)