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.

38 lines
985 B

  1. NAME SBTEST
  2. STUB 'WINSTUB.EXE'
  3. EXETYPE WINDOWS
  4. CODE MOVEABLE PRELOAD
  5. DATA MOVEABLE
  6. HEAPSIZE 4096
  7. STACKSIZE 4096
  8. SEGMENTS
  9. ; SBTEST MOVEABLE DISCARDABLE PRELOAD
  10. ; INIT MOVEABLE DISCARDABLE PRELOAD
  11. ;
  12. ; INST MOVEABLE DISCARDABLE LOADONCALL
  13. ; KEYB MOVEABLE DISCARDABLE LOADONCALL
  14. ; PLAYFILE MOVEABLE DISCARDABLE LOADONCALL
  15. ; POS MOVEABLE DISCARDABLE LOADONCALL
  16. ;; Be SURE that this is PRELOAD. If the segment is NOT present when
  17. ;; we call GlobalPageLock() on its CS, it will fail and all hell will
  18. ;; break loose when we receive interrupts. Someday, this should be
  19. ;; placed into a DLL like it should be... -cjp
  20. SBTESTCBFIX MOVEABLE PRELOAD
  21. EXPORTS
  22. MainWndProc @1
  23. AboutDlgProc @2
  24. KeyWndProc @3
  25. InstWndProc @4
  26. PosWndProc @5
  27. WaveOptionsDlgProc @6
  28. MidiOptionsDlgProc @7
  29. RecordDlgProc @8
  30. VolumeDlgProc @9
  31. ;SBMidiInCallback @10