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.

34 lines
633 B

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. AUTOPROV.H
  5. Abstract:
  6. Defines the guids for automation provider.
  7. History:
  8. a-davj 04-Mar-97 Created.
  9. --*/
  10. #ifndef _autoprov_H_
  11. #define _autoprov_H_
  12. DEFINE_GUID(LIBID_autoprov,0xDAC651D0L,0x7CC7,0x11CF,0xA5,0xB6,0x00,0xAA,0x00,0x68,0x0C,0x3F);
  13. DEFINE_GUID(CLSID_AutoProvider,0xDAC651D1L,0x7CC7,0x11CF,0xA5,0xB6,0x00,0xAA,0x00,0x68,0x0C,0x3F);
  14. // {72967902-68EC-11d0-B729-00AA0062CBB7}
  15. DEFINE_GUID(CLSID_AutoPropProv,
  16. 0x72967902, 0x68ec, 0x11d0, 0xb7, 0x29, 0x0, 0xaa, 0x0, 0x62, 0xcb, 0xb7);
  17. #ifdef __cplusplus
  18. class AutoProvider;
  19. #endif
  20. #endif