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.

30 lines
645 B

  1. /** FILE: cyydel.h********* Module Header ********************************
  2. *
  3. * Header for cyydel module.
  4. *
  5. *
  6. * Copyright (C) 2000 Cyclades Corporation
  7. *
  8. *************************************************************************/
  9. #ifndef CYYDEL_H
  10. #define CYYDEL_H
  11. //==========================================================================
  12. // Function Prototypes
  13. //==========================================================================
  14. void
  15. DeleteNonPresentDevices(
  16. );
  17. DWORD
  18. GetParentIdAndRemoveChildren(
  19. IN PSP_DEVINFO_DATA DeviceInfoData
  20. );
  21. #endif // CYYDEL_H