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.

10 lines
270 B

  1. #ifndef _SAMPINIT_H_
  2. #define _SAMPINIT_H_
  3. // IT GUID for parsing URLs (used for sample download)
  4. //
  5. // {9D148290-B9C8-11d0-A4CC-0000F80149F6}
  6. DEFINE_GUID(CLSID_PARSE_URL,
  7. 0x9d148290, 0xb9c8, 0x11d0, 0xa4, 0xcc, 0x0, 0x0, 0xf8, 0x1, 0x49, 0xf6);
  8. #endif //_SAMPINIT_H_