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.

18 lines
545 B

  1. #include "precomp.h"
  2. #define INITGUID
  3. #include <initguid.h>
  4. // {BFC880F1-7484-11d0-8309-00AA00B6015C}
  5. DEFINE_GUID(CLSID_DownloadSiteMgr,
  6. 0xbfc880f1, 0x7484, 0x11d0, 0x83, 0x9, 0x0, 0xaa, 0x0, 0xb6, 0x1, 0x5c);
  7. // {BFC880F0-7484-11d0-8309-00AA00B6015C}
  8. DEFINE_GUID(IID_IDownloadSiteMgr,
  9. 0xbfc880f0, 0x7484, 0x11d0, 0x83, 0x9, 0x0, 0xaa, 0x0, 0xb6, 0x1, 0x5c);
  10. // {71F159B0-139A-4555-BE78-D728734BB5D4}
  11. DEFINE_GUID(URD_GUID,
  12. 0x71f159b0, 0x139a, 0x4555, 0xbe, 0x78, 0xd7, 0x28, 0x73, 0x4b, 0xb5, 0xd4);
  13. #include "iedkbrnd.h"