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.

28 lines
722 B

  1. //depot/Lab04_N/Windows/Core/kmode/guids.c#1 - branch change 9 (text)
  2. /******************************Module*Header*******************************\
  3. * Module Name: guids.c
  4. *
  5. * This file contains the actual data declarations for all GUIDs used by USER
  6. *
  7. * 1998-10-12 Ian James Created
  8. *
  9. * Copyright (c) 1985 - 1999, Microsoft Corporation
  10. \**************************************************************************/
  11. /*
  12. * Core NT headers
  13. */
  14. #include <initguid.h>
  15. #include <ntosp.h>
  16. #include <ntddkbd.h>
  17. #include <ntddmou.h>
  18. #include <ntddstor.h>
  19. #include <wdmguid.h>
  20. #include <devguid.h>
  21. #include <ioevent.h>
  22. #include <hidusage.h>
  23. #include <hidpi.h>
  24. #include <hidclass.h>
  25. #include <wmidata.h>