WOLBrowser_i.c 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*
  2. ** Command & Conquer Renegade(tm)
  3. ** Copyright 2025 Electronic Arts Inc.
  4. **
  5. ** This program is free software: you can redistribute it and/or modify
  6. ** it under the terms of the GNU General Public License as published by
  7. ** the Free Software Foundation, either version 3 of the License, or
  8. ** (at your option) any later version.
  9. **
  10. ** This program is distributed in the hope that it will be useful,
  11. ** but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. ** GNU General Public License for more details.
  14. **
  15. ** You should have received a copy of the GNU General Public License
  16. ** along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. */
  18. /* this file contains the actual definitions of */
  19. /* the IIDs and CLSIDs */
  20. /* link this file in with the server and any clients */
  21. /* File created by MIDL compiler version 5.01.0164 */
  22. /* at Mon Oct 22 14:51:58 2001
  23. */
  24. /* Compiler settings for .\Code\WOLBrowser.idl:
  25. Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  26. error checks: allocation ref bounds_check enum stub_data
  27. */
  28. //@@MIDL_FILE_HEADING( )
  29. #ifdef __cplusplus
  30. extern "C"{
  31. #endif
  32. #ifndef __IID_DEFINED__
  33. #define __IID_DEFINED__
  34. typedef struct _IID
  35. {
  36. unsigned long x;
  37. unsigned short s1;
  38. unsigned short s2;
  39. unsigned char c[8];
  40. } IID;
  41. #endif // __IID_DEFINED__
  42. #ifndef CLSID_DEFINED
  43. #define CLSID_DEFINED
  44. typedef IID CLSID;
  45. #endif // CLSID_DEFINED
  46. const IID IID_IWOLBrowserEvent = {0x28CC9F2D,0x1F5F,0x4d3f,{0xA8,0xC6,0x0C,0x8C,0x21,0x72,0xD6,0x8D}};
  47. const IID IID_IWOLBrowser = {0x0315484A,0xDC04,0x47a5,{0x8F,0x50,0xCD,0xB7,0x40,0x24,0x25,0xC5}};
  48. const IID IID_IWOLBrowserScript = {0x4A992E36,0x766A,0x4ff9,{0xAF,0x04,0x85,0x41,0xDC,0x43,0xB2,0xDD}};
  49. const IID LIBID_WOLBrowserLib = {0x3F326056,0x5B6D,0x4ECB,{0x86,0x03,0xB3,0x61,0x16,0xD3,0xF8,0x57}};
  50. const CLSID CLSID_WOLBrowser = {0xE6F33E57,0xC630,0x4EAF,{0xAA,0x4A,0x43,0xF3,0xA5,0x9E,0xA6,0x08}};
  51. #ifdef __cplusplus
  52. }
  53. #endif