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.

36 lines
476 B

  1. /*++
  2. Copyright (c) 1986-2002 Microsoft Corporation
  3. Module Name:
  4. wiaintfc.h
  5. Abstract:
  6. This module contains interface class GUID for WIA.
  7. Revision History:
  8. --*/
  9. #ifndef _WIAINTFC_H_
  10. #define _WIAINTFC_H_
  11. //
  12. // Set packing
  13. //
  14. #include <pshpack8.h>
  15. #include <guiddef.h>
  16. //
  17. // GUID for Image class device interface.
  18. //
  19. DEFINE_GUID(GUID_DEVINTERFACE_IMAGE, 0x6bdd1fc6L, 0x810f, 0x11d0, 0xbe, 0xc7, 0x08, 0x00, 0x2b, 0xe2, 0x09, 0x2f);
  20. #endif // _WIAINTFC_H_