Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
3.2 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 6.00.0361 */
  3. /* Compiler settings for wmsevent.idl:
  4. Oicf, W1, Zp8, env=Win32 (32b run)
  5. protocol : dce , ms_ext, c_ext, robust
  6. error checks: allocation ref bounds_check enum stub_data
  7. VC __declspec() decoration level:
  8. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  9. DECLSPEC_UUID(), MIDL_INTERFACE()
  10. */
  11. //@@MIDL_FILE_HEADING( )
  12. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef __wmsevent_h__
  23. #define __wmsevent_h__
  24. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  25. #pragma once
  26. #endif
  27. /* Forward Declarations */
  28. /* header files for imported files */
  29. #include "oaidl.h"
  30. #ifdef __cplusplus
  31. extern "C"{
  32. #endif
  33. void * __RPC_USER MIDL_user_allocate(size_t);
  34. void __RPC_USER MIDL_user_free( void * );
  35. /* interface __MIDL_itf_wmsevent_0000 */
  36. /* [local] */
  37. //*****************************************************************************
  38. //
  39. // Microsoft Windows Media
  40. // Copyright (C) Microsoft Corporation. All rights reserved.
  41. //
  42. // Automatically generated by Midl from wmsevent.idl
  43. //
  44. // DO NOT EDIT THIS FILE.
  45. //
  46. //*****************************************************************************
  47. #if _MSC_VER > 1000
  48. #pragma once
  49. #endif // _MSC_VER > 1000
  50. #define WMS_EVENT_VERSION 1
  51. typedef /* [public] */
  52. enum WMS_EVENT_TYPE
  53. { WMS_EVENT_UNKNOWN_EVENT = 0,
  54. WMS_EVENT_CONNECT = 1,
  55. WMS_EVENT_DISCONNECT = 2,
  56. WMS_EVENT_BEGIN_USER_SESSION = 3,
  57. WMS_EVENT_END_USER_SESSION = 4,
  58. WMS_EVENT_LOGICAL_URL_TRANSFORM = 5,
  59. WMS_EVENT_PHYSICAL_URL_TRANSFORM = 6,
  60. WMS_EVENT_DESCRIBE = 7,
  61. WMS_EVENT_OPEN = 8,
  62. WMS_EVENT_SELECT_STREAMS = 9,
  63. WMS_EVENT_INITIALIZE_PLAYLIST = 10,
  64. WMS_EVENT_PLAY = 11,
  65. WMS_EVENT_PAUSE = 12,
  66. WMS_EVENT_STOP = 13,
  67. WMS_EVENT_CLOSE = 14,
  68. WMS_EVENT_SET_PARAMETER = 15,
  69. WMS_EVENT_GET_PARAMETER = 16,
  70. WMS_EVENT_VALIDATE_PUSH_DISTRIBUTION = 17,
  71. WMS_EVENT_CREATE_DISTRIBUTION_DATA_PATH = 18,
  72. WMS_EVENT_DESTROY_DISTRIBUTION_DATA_PATH = 19,
  73. WMS_EVENT_LOG = 20,
  74. WMS_EVENT_SERVER = 21,
  75. WMS_EVENT_PUBLISHING_POINT = 22,
  76. WMS_EVENT_LIMIT_CHANGE = 23,
  77. WMS_EVENT_LIMIT_HIT = 24,
  78. WMS_EVENT_PLUGIN = 25,
  79. WMS_EVENT_PLAYLIST = 26,
  80. WMS_EVENT_CACHE = 27,
  81. WMS_EVENT_REMOTE_CACHE_OPEN = 28,
  82. WMS_EVENT_REMOTE_CACHE_CLOSE = 29,
  83. WMS_EVENT_REMOTE_CACHE_LOG = 30,
  84. WMS_NUM_EVENTS = 31
  85. } WMS_EVENT_TYPE;
  86. typedef struct WMS_EVENT
  87. {
  88. long Version;
  89. WMS_EVENT_TYPE Type;
  90. long hr;
  91. } WMS_EVENT;
  92. extern RPC_IF_HANDLE __MIDL_itf_wmsevent_0000_v0_0_c_ifspec;
  93. extern RPC_IF_HANDLE __MIDL_itf_wmsevent_0000_v0_0_s_ifspec;
  94. /* Additional Prototypes for ALL interfaces */
  95. /* end of Additional Prototypes */
  96. #ifdef __cplusplus
  97. }
  98. #endif
  99. #endif