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.

26 lines
590 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1998
  4. *
  5. * TITLE: MINTRANS.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: ShaunIv
  10. *
  11. * DATE: 12/6/1999
  12. *
  13. * DESCRIPTION:
  14. *
  15. *******************************************************************************/
  16. // mintrans.h : Declaration of the minimal transfer component
  17. #ifndef __MINTRANS_H_INCLUDED
  18. #define __MINTRANS_H_INCLUDED
  19. #include <windows.h>
  20. extern LRESULT MinimalTransferThreadProc( BSTR bstrDeviceId );
  21. #endif //__MINTRANS_H_INCLUDED