CakeMedParam_i.c 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* this file contains the actual definitions of */
  2. /* the IIDs and CLSIDs */
  3. /* link this file in with the server and any clients */
  4. /* File created by MIDL compiler version 5.01.0164 */
  5. /* at Fri May 03 10:13:47 2002
  6. */
  7. /* Compiler settings for CakeMedParam.idl:
  8. Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  9. error checks: allocation ref bounds_check enum stub_data
  10. */
  11. //MIDL_FILE_HEADING( )
  12. #ifdef __cplusplus
  13. extern "C"{
  14. #endif
  15. #ifndef __IID_DEFINED__
  16. #define __IID_DEFINED__
  17. typedef struct _IID
  18. {
  19. unsigned long x;
  20. unsigned short s1;
  21. unsigned short s2;
  22. unsigned char c[8];
  23. } IID;
  24. #endif // __IID_DEFINED__
  25. #ifndef CLSID_DEFINED
  26. #define CLSID_DEFINED
  27. typedef IID CLSID;
  28. #endif // CLSID_DEFINED
  29. const IID IID_IMediaParamsUICallback = {0xB8E0480A,0xE08D,0x4a5d,{0x92,0x28,0x24,0x80,0x17,0x03,0x23,0x68}};
  30. const IID IID_IMediaParamsSetUICallback = {0xF5011136,0xC416,0x48b9,{0x8C,0x35,0xE7,0xC5,0xF9,0xAA,0x6F,0xDF}};
  31. const IID IID_IMediaParamsCapture = {0x970FED79,0x6DEB,0x4ec4,{0xA6,0xEE,0xF7,0x2C,0x6B,0xA5,0x45,0xCC}};
  32. const IID LIBID_CakeMedParam = {0xA8F8EF3E,0x4E39,0x49e2,{0x89,0xE7,0x3C,0x91,0x94,0x2C,0xC5,0x7B}};
  33. #ifdef __cplusplus
  34. }
  35. #endif