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.

35 lines
897 B

  1. /** FILE: cyfriend.h ********* Module Header ********************************
  2. *
  3. *
  4. * History:
  5. *
  6. * Copyright (C) 2000 Cyclades Corporation
  7. *
  8. *************************************************************************/
  9. //==========================================================================
  10. // Include Files
  11. //==========================================================================
  12. #ifndef CYFRIEND_H
  13. #define CYFRIEND_H
  14. //==========================================================================
  15. // Function Prototypes
  16. //==========================================================================
  17. //
  18. // cyfriend.c
  19. //
  20. extern
  21. BOOL
  22. ReplaceFriendlyName(
  23. IN HDEVINFO DeviceInfoSet,
  24. IN PSP_DEVINFO_DATA DeviceInfoData,
  25. IN PTCHAR NewComName
  26. );
  27. #endif // CYFRIEND_H