home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 275
/
DPCS0111DVD.ISO
/
Toolkit
/
Audio-Visual
/
VirtualDub
/
Source
/
VirtualDub-1.9.10-src.7z
/
src
/
vdremote
/
clsid.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2009-09-14
|
300 b
|
10 lines
#ifndef f_VDREMOTE_CLSID_H
#define f_VDREMOTE_CLSID_H
#include <objbase.h>
DEFINE_GUID(CLSID_CAVIFileRemote , 0x894288e0,0x0948,0x11d2,0x81,0x09,0x00,0x48,0x45,0x00,0x0e,0xb5);
DEFINE_GUID(CLSID_CAVIStreamRemote , 0x91379540,0x0948,0x11d2,0x81,0x09,0x00,0x48,0x45,0x00,0x0e,0xb5);
#endif