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.

34 lines
757 B

  1. //--------------------------------------------------------------------
  2. // Copyright (c)1999 Microsoft Corporation, All Rights Reserved.
  3. //
  4. // irthread.h
  5. //
  6. // Author:
  7. //
  8. // Edward Reus (edwardr) 08-30-99 Initial coding.
  9. //
  10. //--------------------------------------------------------------------
  11. #ifndef _IRTRANP_H_
  12. #define _IRTRANP_H_
  13. //
  14. // IrTran-P thread procedure:
  15. //
  16. extern DWORD WINAPI IrTranP( LPVOID pv );
  17. //
  18. // Call this guy to stop the IrTran-P protocol engine thread.
  19. //
  20. extern BOOL UninitializeIrTranP( HANDLE hThread );
  21. //
  22. // Call this function to get the location that the IrTran-P places
  23. // the images as they are sent by the camera.
  24. //
  25. extern CHAR *GetImageDirectory();
  26. #endif //_IRTRANP_H_