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.

27 lines
615 B

  1. /*++
  2. Copyright (C) 1996-2001 Microsoft Corporation
  3. Module Name:
  4. Guids.h
  5. Abstract:
  6. History:
  7. --*/
  8. // {54D8502C-527D-43f7-A506-A9DA075E229C}
  9. DEFINE_GUID(CLSID_WmiDCProxyProvider,
  10. 0x54d8502c, 0x527d, 0x43f7, 0xa5, 0x6, 0xa9, 0xda, 0x7, 0x5e, 0x22, 0x9c);
  11. // {8D955AC7-AF43-407a-A838-C26080B6671B}
  12. DEFINE_GUID(IID_CacheElement,
  13. 0x8d955ac7, 0xaf43, 0x407a, 0xa8, 0x38, 0xc2, 0x60, 0x80, 0xb6, 0x67, 0x1b);
  14. // {F7BF10E6-A310-4530-8B63-B3354C485E2D}
  15. DEFINE_GUID(IID_CWbemGlobal_IWmiObjectSinkController,
  16. 0xf7bf10e6, 0xa310, 0x4530, 0x8b, 0x63, 0xb3, 0x35, 0x4c, 0x48, 0x5e, 0x2d);