Leaked source code of windows server 2003
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.

25 lines
634 B

  1. ;
  2. ; vidcap.Def : Video Capture tool
  3. ;
  4. NAME vidcap
  5. EXETYPE WINDOWS
  6. STUB 'WINSTUB.EXE'
  7. CODE PRELOAD MOVEABLE
  8. DATA PRELOAD MOVEABLE MULTIPLE
  9. HEAPSIZE 8192
  10. STACKSIZE 8192
  11. EXPORTS MainWndProc @1
  12. AboutProc @2
  13. CapSetUpProc @3
  14. AudioFormatProc @4
  15. AllocCapFileProc @5
  16. MakePaletteProc @6
  17. ErrorCallbackProc @7
  18. StatusCallbackProc @8
  19. FrameCallbackProc @9
  20. VideoCallbackProc @10