mirror of https://github.com/tongzx/nt5src
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
10 lines
270 B
#ifndef _SAMPINIT_H_
|
|
#define _SAMPINIT_H_
|
|
|
|
// IT GUID for parsing URLs (used for sample download)
|
|
//
|
|
// {9D148290-B9C8-11d0-A4CC-0000F80149F6}
|
|
DEFINE_GUID(CLSID_PARSE_URL,
|
|
0x9d148290, 0xb9c8, 0x11d0, 0xa4, 0xcc, 0x0, 0x0, 0xf8, 0x1, 0x49, 0xf6);
|
|
|
|
#endif //_SAMPINIT_H_
|