home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / VideoControl / CPP / CPPVideoControl_i.c < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  1.2 KB  |  51 lines

  1. /* this file contains the actual definitions of */
  2. /* the IIDs and CLSIDs */
  3.  
  4. /* link this file in with the server and any clients */
  5.  
  6.  
  7. /* File created by MIDL compiler version 5.01.0164 */
  8. /* at Mon Jul 23 18:31:14 2001
  9.  */
  10. /* Compiler settings for D:\DXSDK\samples\Multimedia\DirectShowXP\VideoControl\CPPVideoControl\CPPVideoControl.idl:
  11.     Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  12.     error checks: allocation ref bounds_check enum stub_data 
  13. */
  14. //@@MIDL_FILE_HEADING(  )
  15. #ifdef __cplusplus
  16. extern "C"{
  17. #endif 
  18.  
  19.  
  20. #ifndef __IID_DEFINED__
  21. #define __IID_DEFINED__
  22.  
  23. typedef struct _IID
  24. {
  25.     unsigned long x;
  26.     unsigned short s1;
  27.     unsigned short s2;
  28.     unsigned char  c[8];
  29. } IID;
  30.  
  31. #endif // __IID_DEFINED__
  32.  
  33. #ifndef CLSID_DEFINED
  34. #define CLSID_DEFINED
  35. typedef IID CLSID;
  36. #endif // CLSID_DEFINED
  37.  
  38. const IID IID_ICompositeControl = {0x3E119535,0xD5AB,0x4520,{0xB0,0xE1,0x49,0x5B,0x32,0x2E,0x2A,0x1A}};
  39.  
  40.  
  41. const IID LIBID_CPPVIDEOCONTROLLib = {0xC03567A2,0x8044,0x40F0,{0x8A,0xBB,0x30,0x1A,0x00,0x5F,0x9F,0xF1}};
  42.  
  43.  
  44. const CLSID CLSID_CompositeControl = {0xCDDFD429,0xEDFD,0x4C72,{0xAE,0x9C,0xB7,0x0F,0xE6,0x95,0x50,0x51}};
  45.  
  46.  
  47. #ifdef __cplusplus
  48. }
  49. #endif
  50.  
  51.