Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.0 KiB

  1. LIBRARY Ctl3d
  2. DESCRIPTION '3d control dll'
  3. EXETYPE WINDOWS
  4. CODE PRELOAD MOVEABLE DISCARDABLE
  5. DATA PRELOAD MOVEABLE SINGLE
  6. HEAPSIZE 8096
  7. SEGMENTS
  8. WEP_TEXT FIXED PRELOAD
  9. EXPORTS
  10. WEP @1000 RESIDENTNAME
  11. Ctl3dGetVer @1
  12. Ctl3dSubclassDlg @2
  13. Ctl3dSubclassCtl @3
  14. Ctl3dCtlColor @4
  15. Ctl3dEnabled @5
  16. Ctl3dColorChange @6
  17. BtnWndProc3d @7
  18. EditWndProc3d @8
  19. ListWndProc3d @9
  20. ComboWndProc3d @10
  21. StaticWndProc3d @11
  22. Ctl3dRegister @12
  23. Ctl3dUnregister @13
  24. Ctl3dAutoSubclass @16
  25. Ctl3dDlgProc @17
  26. Ctl3dCtlColorEx @18
  27. Ctl3dSetStyle @19
  28. Ctl3dDlgFramePaint @20
  29. Ctl3dSubclassDlgEx @21
  30. Ctl3dWinIniChange @22
  31. Ctl3dIsAutoSubclass @23
  32. Ctl3dUnAutoSubclass @24
  33. Ctl3dSubclassCtlEx @25
  34. Ctl3dUnsubclassCtl @26
  35. Ctl3dAutoSubclassEx @27