9 lines
234 B
C++
9 lines
234 B
C++
//
|
|
// - Defines CLSID for SimpleStream
|
|
//
|
|
#include <objbase.h>
|
|
|
|
// {53AF2500-DC58-41fb-BF2A-73B52B28ABF1}
|
|
extern "C" CLSID CLSID_FtpStrm =
|
|
{ 0x53af2500, 0xdc58, 0x41fb, { 0xbf, 0x2a, 0x73, 0xb5, 0x2b, 0x28, 0xab, 0xf1 } };
|