1
0

flash9e.tlh 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. // Created by Microsoft (R) C/C++ Compiler Version 13.10.6030 (0c25145a).
  2. //
  3. // e:\nullsoft\in_swf\release\flash9e.tlh
  4. //
  5. // C++ source equivalent of Win32 type library C:/windows/system32/macromed/Flash/Flash9e.ocx
  6. // compiler-generated file created 04/17/08 at 15:29:08 - DO NOT EDIT!
  7. #pragma once
  8. #pragma pack(push, 8)
  9. #include <comdef.h>
  10. namespace ShockwaveFlashObjects {
  11. //
  12. // Forward references and typedefs
  13. //
  14. struct __declspec(uuid("d27cdb6b-ae6d-11cf-96b8-444553540000"))
  15. /* LIBID */ __ShockwaveFlashObjects;
  16. struct __declspec(uuid("d27cdb6c-ae6d-11cf-96b8-444553540000"))
  17. /* dual interface */ IShockwaveFlash;
  18. struct __declspec(uuid("d27cdb6d-ae6d-11cf-96b8-444553540000"))
  19. /* dispinterface */ _IShockwaveFlashEvents;
  20. struct /* coclass */ ShockwaveFlash;
  21. struct __declspec(uuid("d27cdb70-ae6d-11cf-96b8-444553540000"))
  22. /* interface */ IFlashFactory;
  23. struct __declspec(uuid("d27cdb72-ae6d-11cf-96b8-444553540000"))
  24. /* interface */ IFlashObjectInterface;
  25. struct __declspec(uuid("a6ef9860-c720-11d0-9337-00a0c90dcaa9"))
  26. /* interface */ IDispatchEx;
  27. struct /* coclass */ FlashObjectInterface;
  28. //
  29. // Smart pointer typedef declarations
  30. //
  31. _COM_SMARTPTR_TYPEDEF(IShockwaveFlash, __uuidof(IShockwaveFlash));
  32. _COM_SMARTPTR_TYPEDEF(_IShockwaveFlashEvents, __uuidof(_IShockwaveFlashEvents));
  33. _COM_SMARTPTR_TYPEDEF(IFlashFactory, __uuidof(IFlashFactory));
  34. _COM_SMARTPTR_TYPEDEF(IDispatchEx, __uuidof(IDispatchEx));
  35. _COM_SMARTPTR_TYPEDEF(IFlashObjectInterface, __uuidof(IFlashObjectInterface));
  36. //
  37. // Type library items
  38. //
  39. struct __declspec(uuid("d27cdb6c-ae6d-11cf-96b8-444553540000"))
  40. IShockwaveFlash : IDispatch
  41. {
  42. //
  43. // Raw methods provided by interface
  44. //
  45. virtual HRESULT __stdcall get_ReadyState (
  46. /*[out,retval]*/ long * pVal ) = 0;
  47. virtual HRESULT __stdcall get_TotalFrames (
  48. /*[out,retval]*/ long * pVal ) = 0;
  49. virtual HRESULT __stdcall get_Playing (
  50. /*[out,retval]*/ VARIANT_BOOL * pVal ) = 0;
  51. virtual HRESULT __stdcall put_Playing (
  52. /*[in]*/ VARIANT_BOOL pVal ) = 0;
  53. virtual HRESULT __stdcall get_Quality (
  54. /*[out,retval]*/ int * pVal ) = 0;
  55. virtual HRESULT __stdcall put_Quality (
  56. /*[in]*/ int pVal ) = 0;
  57. virtual HRESULT __stdcall get_ScaleMode (
  58. /*[out,retval]*/ int * pVal ) = 0;
  59. virtual HRESULT __stdcall put_ScaleMode (
  60. /*[in]*/ int pVal ) = 0;
  61. virtual HRESULT __stdcall get_AlignMode (
  62. /*[out,retval]*/ int * pVal ) = 0;
  63. virtual HRESULT __stdcall put_AlignMode (
  64. /*[in]*/ int pVal ) = 0;
  65. virtual HRESULT __stdcall get_BackgroundColor (
  66. /*[out,retval]*/ long * pVal ) = 0;
  67. virtual HRESULT __stdcall put_BackgroundColor (
  68. /*[in]*/ long pVal ) = 0;
  69. virtual HRESULT __stdcall get_Loop (
  70. /*[out,retval]*/ VARIANT_BOOL * pVal ) = 0;
  71. virtual HRESULT __stdcall put_Loop (
  72. /*[in]*/ VARIANT_BOOL pVal ) = 0;
  73. virtual HRESULT __stdcall get_Movie (
  74. /*[out,retval]*/ BSTR * pVal ) = 0;
  75. virtual HRESULT __stdcall put_Movie (
  76. /*[in]*/ BSTR pVal ) = 0;
  77. virtual HRESULT __stdcall get_FrameNum (
  78. /*[out,retval]*/ long * pVal ) = 0;
  79. virtual HRESULT __stdcall put_FrameNum (
  80. /*[in]*/ long pVal ) = 0;
  81. virtual HRESULT __stdcall SetZoomRect (
  82. /*[in]*/ long left,
  83. /*[in]*/ long top,
  84. /*[in]*/ long right,
  85. /*[in]*/ long bottom ) = 0;
  86. virtual HRESULT __stdcall Zoom (
  87. /*[in]*/ int factor ) = 0;
  88. virtual HRESULT __stdcall Pan (
  89. /*[in]*/ long x,
  90. /*[in]*/ long y,
  91. /*[in]*/ int mode ) = 0;
  92. virtual HRESULT __stdcall Play ( ) = 0;
  93. virtual HRESULT __stdcall Stop ( ) = 0;
  94. virtual HRESULT __stdcall Back ( ) = 0;
  95. virtual HRESULT __stdcall Forward ( ) = 0;
  96. virtual HRESULT __stdcall Rewind ( ) = 0;
  97. virtual HRESULT __stdcall StopPlay ( ) = 0;
  98. virtual HRESULT __stdcall GotoFrame (
  99. /*[in]*/ long FrameNum ) = 0;
  100. virtual HRESULT __stdcall CurrentFrame (
  101. /*[out,retval]*/ long * FrameNum ) = 0;
  102. virtual HRESULT __stdcall IsPlaying (
  103. /*[out,retval]*/ VARIANT_BOOL * Playing ) = 0;
  104. virtual HRESULT __stdcall PercentLoaded (
  105. /*[out,retval]*/ long * percent ) = 0;
  106. virtual HRESULT __stdcall FrameLoaded (
  107. /*[in]*/ long FrameNum,
  108. /*[out,retval]*/ VARIANT_BOOL * loaded ) = 0;
  109. virtual HRESULT __stdcall FlashVersion (
  110. /*[out,retval]*/ long * version ) = 0;
  111. virtual HRESULT __stdcall get_WMode (
  112. /*[out,retval]*/ BSTR * pVal ) = 0;
  113. virtual HRESULT __stdcall put_WMode (
  114. /*[in]*/ BSTR pVal ) = 0;
  115. virtual HRESULT __stdcall get_SAlign (
  116. /*[out,retval]*/ BSTR * pVal ) = 0;
  117. virtual HRESULT __stdcall put_SAlign (
  118. /*[in]*/ BSTR pVal ) = 0;
  119. virtual HRESULT __stdcall get_Menu (
  120. /*[out,retval]*/ VARIANT_BOOL * pVal ) = 0;
  121. virtual HRESULT __stdcall put_Menu (
  122. /*[in]*/ VARIANT_BOOL pVal ) = 0;
  123. virtual HRESULT __stdcall get_Base (
  124. /*[out,retval]*/ BSTR * pVal ) = 0;
  125. virtual HRESULT __stdcall put_Base (
  126. /*[in]*/ BSTR pVal ) = 0;
  127. virtual HRESULT __stdcall get_Scale (
  128. /*[out,retval]*/ BSTR * pVal ) = 0;
  129. virtual HRESULT __stdcall put_Scale (
  130. /*[in]*/ BSTR pVal ) = 0;
  131. virtual HRESULT __stdcall get_DeviceFont (
  132. /*[out,retval]*/ VARIANT_BOOL * pVal ) = 0;
  133. virtual HRESULT __stdcall put_DeviceFont (
  134. /*[in]*/ VARIANT_BOOL pVal ) = 0;
  135. virtual HRESULT __stdcall get_EmbedMovie (
  136. /*[out,retval]*/ VARIANT_BOOL * pVal ) = 0;
  137. virtual HRESULT __stdcall put_EmbedMovie (
  138. /*[in]*/ VARIANT_BOOL pVal ) = 0;
  139. virtual HRESULT __stdcall get_BGColor (
  140. /*[out,retval]*/ BSTR * pVal ) = 0;
  141. virtual HRESULT __stdcall put_BGColor (
  142. /*[in]*/ BSTR pVal ) = 0;
  143. virtual HRESULT __stdcall get_Quality2 (
  144. /*[out,retval]*/ BSTR * pVal ) = 0;
  145. virtual HRESULT __stdcall put_Quality2 (
  146. /*[in]*/ BSTR pVal ) = 0;
  147. virtual HRESULT __stdcall LoadMovie (
  148. /*[in]*/ int layer,
  149. /*[in]*/ BSTR url ) = 0;
  150. virtual HRESULT __stdcall TGotoFrame (
  151. /*[in]*/ BSTR target,
  152. /*[in]*/ long FrameNum ) = 0;
  153. virtual HRESULT __stdcall TGotoLabel (
  154. /*[in]*/ BSTR target,
  155. /*[in]*/ BSTR label ) = 0;
  156. virtual HRESULT __stdcall TCurrentFrame (
  157. /*[in]*/ BSTR target,
  158. /*[out,retval]*/ long * FrameNum ) = 0;
  159. virtual HRESULT __stdcall TCurrentLabel (
  160. /*[in]*/ BSTR target,
  161. /*[out,retval]*/ BSTR * pVal ) = 0;
  162. virtual HRESULT __stdcall TPlay (
  163. /*[in]*/ BSTR target ) = 0;
  164. virtual HRESULT __stdcall TStopPlay (
  165. /*[in]*/ BSTR target ) = 0;
  166. virtual HRESULT __stdcall SetVariable (
  167. /*[in]*/ BSTR name,
  168. /*[in]*/ BSTR value ) = 0;
  169. virtual HRESULT __stdcall GetVariable (
  170. /*[in]*/ BSTR name,
  171. /*[out,retval]*/ BSTR * pVal ) = 0;
  172. virtual HRESULT __stdcall TSetProperty (
  173. /*[in]*/ BSTR target,
  174. /*[in]*/ int property,
  175. /*[in]*/ BSTR value ) = 0;
  176. virtual HRESULT __stdcall TGetProperty (
  177. /*[in]*/ BSTR target,
  178. /*[in]*/ int property,
  179. /*[out,retval]*/ BSTR * pVal ) = 0;
  180. virtual HRESULT __stdcall TCallFrame (
  181. /*[in]*/ BSTR target,
  182. /*[in]*/ int FrameNum ) = 0;
  183. virtual HRESULT __stdcall TCallLabel (
  184. /*[in]*/ BSTR target,
  185. /*[in]*/ BSTR label ) = 0;
  186. virtual HRESULT __stdcall TSetPropertyNum (
  187. /*[in]*/ BSTR target,
  188. /*[in]*/ int property,
  189. /*[in]*/ double value ) = 0;
  190. virtual HRESULT __stdcall TGetPropertyNum (
  191. /*[in]*/ BSTR target,
  192. /*[in]*/ int property,
  193. /*[out,retval]*/ double * pVal ) = 0;
  194. virtual HRESULT __stdcall TGetPropertyAsNumber (
  195. /*[in]*/ BSTR target,
  196. /*[in]*/ int property,
  197. /*[out,retval]*/ double * pVal ) = 0;
  198. virtual HRESULT __stdcall get_SWRemote (
  199. /*[out,retval]*/ BSTR * pVal ) = 0;
  200. virtual HRESULT __stdcall put_SWRemote (
  201. /*[in]*/ BSTR pVal ) = 0;
  202. virtual HRESULT __stdcall get_FlashVars (
  203. /*[out,retval]*/ BSTR * pVal ) = 0;
  204. virtual HRESULT __stdcall put_FlashVars (
  205. /*[in]*/ BSTR pVal ) = 0;
  206. virtual HRESULT __stdcall get_AllowScriptAccess (
  207. /*[out,retval]*/ BSTR * pVal ) = 0;
  208. virtual HRESULT __stdcall put_AllowScriptAccess (
  209. /*[in]*/ BSTR pVal ) = 0;
  210. virtual HRESULT __stdcall get_MovieData (
  211. /*[out,retval]*/ BSTR * pVal ) = 0;
  212. virtual HRESULT __stdcall put_MovieData (
  213. /*[in]*/ BSTR pVal ) = 0;
  214. virtual HRESULT __stdcall get_InlineData (
  215. /*[out,retval]*/ IUnknown * * ppIUnknown ) = 0;
  216. virtual HRESULT __stdcall put_InlineData (
  217. /*[in]*/ IUnknown * ppIUnknown ) = 0;
  218. virtual HRESULT __stdcall get_SeamlessTabbing (
  219. /*[out,retval]*/ VARIANT_BOOL * pVal ) = 0;
  220. virtual HRESULT __stdcall put_SeamlessTabbing (
  221. /*[in]*/ VARIANT_BOOL pVal ) = 0;
  222. virtual HRESULT __stdcall EnforceLocalSecurity ( ) = 0;
  223. virtual HRESULT __stdcall get_Profile (
  224. /*[out,retval]*/ VARIANT_BOOL * pVal ) = 0;
  225. virtual HRESULT __stdcall put_Profile (
  226. /*[in]*/ VARIANT_BOOL pVal ) = 0;
  227. virtual HRESULT __stdcall get_ProfileAddress (
  228. /*[out,retval]*/ BSTR * pVal ) = 0;
  229. virtual HRESULT __stdcall put_ProfileAddress (
  230. /*[in]*/ BSTR pVal ) = 0;
  231. virtual HRESULT __stdcall get_ProfilePort (
  232. /*[out,retval]*/ long * pVal ) = 0;
  233. virtual HRESULT __stdcall put_ProfilePort (
  234. /*[in]*/ long pVal ) = 0;
  235. virtual HRESULT __stdcall CallFunction (
  236. /*[in]*/ BSTR request,
  237. /*[out,retval]*/ BSTR * response ) = 0;
  238. virtual HRESULT __stdcall SetReturnValue (
  239. /*[in]*/ BSTR returnValue ) = 0;
  240. virtual HRESULT __stdcall DisableLocalSecurity ( ) = 0;
  241. virtual HRESULT __stdcall get_AllowNetworking (
  242. /*[out,retval]*/ BSTR * pVal ) = 0;
  243. virtual HRESULT __stdcall put_AllowNetworking (
  244. /*[in]*/ BSTR pVal ) = 0;
  245. virtual HRESULT __stdcall get_AllowFullScreen (
  246. /*[out,retval]*/ BSTR * pVal ) = 0;
  247. virtual HRESULT __stdcall put_AllowFullScreen (
  248. /*[in]*/ BSTR pVal ) = 0;
  249. };
  250. struct __declspec(uuid("d27cdb6d-ae6d-11cf-96b8-444553540000"))
  251. _IShockwaveFlashEvents : IDispatch
  252. {};
  253. struct __declspec(uuid("d27cdb6e-ae6d-11cf-96b8-444553540000"))
  254. ShockwaveFlash;
  255. // [ default ] interface IShockwaveFlash
  256. // [ default, source ] dispinterface _IShockwaveFlashEvents
  257. struct __declspec(uuid("d27cdb70-ae6d-11cf-96b8-444553540000"))
  258. IFlashFactory : IUnknown
  259. {};
  260. struct __declspec(uuid("a6ef9860-c720-11d0-9337-00a0c90dcaa9"))
  261. IDispatchEx : IDispatch
  262. {
  263. //
  264. // Raw methods provided by interface
  265. //
  266. virtual HRESULT __stdcall GetDispID (
  267. /*[in]*/ BSTR bstrName,
  268. /*[in]*/ unsigned long grfdex,
  269. /*[out]*/ long * pid ) = 0;
  270. virtual HRESULT __stdcall RemoteInvokeEx (
  271. /*[in]*/ long id,
  272. /*[in]*/ unsigned long lcid,
  273. /*[in]*/ unsigned long dwFlags,
  274. /*[in]*/ struct DISPPARAMS * pdp,
  275. /*[out]*/ VARIANT * pvarRes,
  276. /*[out]*/ struct EXCEPINFO * pei,
  277. /*[in]*/ struct IServiceProvider * pspCaller,
  278. /*[in]*/ unsigned int cvarRefArg,
  279. /*[in]*/ unsigned int * rgiRefArg,
  280. /*[in,out]*/ VARIANT * rgvarRefArg ) = 0;
  281. virtual HRESULT __stdcall DeleteMemberByName (
  282. /*[in]*/ BSTR bstrName,
  283. /*[in]*/ unsigned long grfdex ) = 0;
  284. virtual HRESULT __stdcall DeleteMemberByDispID (
  285. /*[in]*/ long id ) = 0;
  286. virtual HRESULT __stdcall GetMemberProperties (
  287. /*[in]*/ long id,
  288. /*[in]*/ unsigned long grfdexFetch,
  289. /*[out]*/ unsigned long * pgrfdex ) = 0;
  290. virtual HRESULT __stdcall GetMemberName (
  291. /*[in]*/ long id,
  292. /*[out]*/ BSTR * pbstrName ) = 0;
  293. virtual HRESULT __stdcall GetNextDispID (
  294. /*[in]*/ unsigned long grfdex,
  295. /*[in]*/ long id,
  296. /*[out]*/ long * pid ) = 0;
  297. virtual HRESULT __stdcall GetNameSpaceParent (
  298. /*[out]*/ IUnknown * * ppunk ) = 0;
  299. };
  300. struct __declspec(uuid("d27cdb72-ae6d-11cf-96b8-444553540000"))
  301. IFlashObjectInterface : IDispatchEx
  302. {};
  303. struct __declspec(uuid("d27cdb71-ae6d-11cf-96b8-444553540000"))
  304. FlashObjectInterface;
  305. // [ default ] interface IFlashObjectInterface
  306. //
  307. // Named GUID constants initializations
  308. //
  309. extern "C" const GUID __declspec(selectany) LIBID_ShockwaveFlashObjects =
  310. {0xd27cdb6b,0xae6d,0x11cf,{0x96,0xb8,0x44,0x45,0x53,0x54,0x00,0x00}};
  311. extern "C" const GUID __declspec(selectany) IID_IShockwaveFlash =
  312. {0xd27cdb6c,0xae6d,0x11cf,{0x96,0xb8,0x44,0x45,0x53,0x54,0x00,0x00}};
  313. extern "C" const GUID __declspec(selectany) DIID__IShockwaveFlashEvents =
  314. {0xd27cdb6d,0xae6d,0x11cf,{0x96,0xb8,0x44,0x45,0x53,0x54,0x00,0x00}};
  315. extern "C" const GUID __declspec(selectany) CLSID_ShockwaveFlash =
  316. {0xd27cdb6e,0xae6d,0x11cf,{0x96,0xb8,0x44,0x45,0x53,0x54,0x00,0x00}};
  317. extern "C" const GUID __declspec(selectany) IID_IFlashFactory =
  318. {0xd27cdb70,0xae6d,0x11cf,{0x96,0xb8,0x44,0x45,0x53,0x54,0x00,0x00}};
  319. extern "C" const GUID __declspec(selectany) IID_IDispatchEx =
  320. {0xa6ef9860,0xc720,0x11d0,{0x93,0x37,0x00,0xa0,0xc9,0x0d,0xca,0xa9}};
  321. extern "C" const GUID __declspec(selectany) IID_IFlashObjectInterface =
  322. {0xd27cdb72,0xae6d,0x11cf,{0x96,0xb8,0x44,0x45,0x53,0x54,0x00,0x00}};
  323. extern "C" const GUID __declspec(selectany) CLSID_FlashObjectInterface =
  324. {0xd27cdb71,0xae6d,0x11cf,{0x96,0xb8,0x44,0x45,0x53,0x54,0x00,0x00}};
  325. } // namespace ShockwaveFlashObjects
  326. #pragma pack(pop)