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.

19 lines
791 B

  1. /****************************************************************************
  2. *
  3. * capmisc.h
  4. *
  5. * Microsoft Video for Windows Sample Capture Class
  6. *
  7. * Copyright (c) 1992, 1993 Microsoft Corporation. All Rights Reserved.
  8. *
  9. * You have a royalty-free right to use, modify, reproduce and
  10. * distribute the Sample Files (and/or any modified version) in
  11. * any way you find useful, provided that you agree that
  12. * Microsoft has no warranty obligations or liability for any
  13. * Sample Application Files which are modified.
  14. *
  15. ***************************************************************************/
  16. void statusUpdateFromID (LPCAPSTREAM lpcs, DWORD dwError);
  17. void statusUpdateStatus (LPCAPSTREAM lpcs, LPSTR lpc);
  18. void ErrMsgID (LPCAPSTREAM lpcs, DWORD dwID);