mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
Updated imported headers to current Wine version.
This commit is contained in:
parent
0b2e0aa58e
commit
abd02b37ed
@ -79,7 +79,7 @@ interface IDirectShowStream : IDispatch
|
||||
[propput, id(2), helpstring("property Video")] HRESULT Video([in] OUTPUT_STATE newVal);
|
||||
[propget, id(3), helpstring("property Audio")] HRESULT Audio([out, retval] OUTPUT_STATE *pVal);
|
||||
[propput, id(3), helpstring("property Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
|
@ -673,4 +673,4 @@ interface ID3D10InfoQueue : IUnknown
|
||||
[in] BOOL mute
|
||||
);
|
||||
BOOL GetMuteDebugOutput();
|
||||
};
|
||||
}
|
||||
|
@ -26,11 +26,9 @@
|
||||
/**********************************************
|
||||
***************** Definitions ****************
|
||||
**********************************************/
|
||||
/* D3DX_VERSION will be completely ignored since we are
|
||||
implementing all dlls from d3dx9_24 to d3dx9_36 */
|
||||
#define D3DX_VERSION 0x0902
|
||||
#ifndef D3DX_SDK_VERSION
|
||||
#define D3DX_SDK_VERSION 36
|
||||
#define D3DX_SDK_VERSION 43
|
||||
#endif
|
||||
#define D3DXSPRITE_DONOTSAVESTATE 0x00000001
|
||||
#define D3DXSPRITE_DONOTMODIFY_RENDERSTATE 0x00000002
|
||||
|
@ -213,7 +213,7 @@ interface IMediaObject : IUnknown
|
||||
);
|
||||
|
||||
HRESULT Lock(LONG bLock);
|
||||
};
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* IMediaObjectInPlace interface
|
||||
|
@ -78,7 +78,7 @@ interface ISampleGrabber: IUnknown
|
||||
ISampleGrabberCB * pCallback,
|
||||
LONG WhichMethodToCallback
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -157,7 +157,7 @@ interface IMediaDet : IUnknown
|
||||
HRESULT EnterBitmapGrabMode(
|
||||
double SeekTime
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
uuid(65BD0711-24D2-4ff7-9324-ED2E5D3ABAFA),
|
||||
@ -165,7 +165,7 @@ interface IMediaDet : IUnknown
|
||||
coclass MediaDet
|
||||
{
|
||||
[default] interface IMediaDet;
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -185,7 +185,7 @@ interface IMediaLocator : IUnknown
|
||||
HRESULT AddFoundLocation(
|
||||
BSTR dir
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
typedef struct
|
||||
{
|
||||
@ -258,7 +258,7 @@ interface IPropertySetter : IUnknown
|
||||
[in] IUnknown * target,
|
||||
[in] REFERENCE_TIME now
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -275,7 +275,7 @@ interface IAMErrorLog : IUnknown
|
||||
long hresult,
|
||||
[in] VARIANT * extra
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -292,7 +292,7 @@ interface IAMSetErrorLog : IUnknown
|
||||
[propput] HRESULT ErrorLog(
|
||||
[in] IAMErrorLog * log
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
interface IAMTimeline;
|
||||
interface IAMTimelineGroup;
|
||||
@ -439,7 +439,7 @@ interface IAMTimeline : IUnknown
|
||||
HRESULT GetDefaultEffectB(
|
||||
[out,retval] BSTR * guidb
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
uuid(78530B75-61F9-11D2-8CAD-00A024580902)
|
||||
@ -449,7 +449,7 @@ coclass AMTimeline
|
||||
[default] interface IAMTimeline;
|
||||
interface IPersistStream;
|
||||
interface IAMSetErrorLog;
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -536,7 +536,7 @@ interface IAMTimelineGroup : IUnknown
|
||||
HRESULT SetRecompFormatFromSource(
|
||||
IAMTimelineSrc * source
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -701,7 +701,7 @@ interface IAMTimelineObj : IUnknown
|
||||
HRESULT GetEmbedDepth(
|
||||
long * depth
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -804,7 +804,7 @@ interface IAMTimelineSrc : IUnknown
|
||||
HRESULT SetStretchMode(
|
||||
int mode
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
enum
|
||||
{
|
||||
|
@ -604,7 +604,7 @@ interface IPart : IUnknown
|
||||
HRESULT UnregisterControlChangeCallback(
|
||||
[in] IControlChangeNotify *pNotify
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
pointer_default(unique),
|
||||
|
@ -183,7 +183,7 @@ interface ICorRuntimeHost : IUnknown
|
||||
HRESULT UnloadDomain([in] IUnknown* appDomain);
|
||||
|
||||
HRESULT CurrentDomain([out] IUnknown** appDomain);
|
||||
};
|
||||
}
|
||||
|
||||
cpp_quote("DEFINE_GUID(CLSID_CLRRuntimeHost, 0x90f1a06e,0x7712,0x4762,0x86,0xb5,0x7a,0x5e,0xba,0x6b,0xdb,0x02);")
|
||||
|
||||
|
@ -77,5 +77,5 @@ library WMDRMContentEnablerLib
|
||||
coclass WMDRMContentEnablerActivate
|
||||
{
|
||||
[default] interface IPersistStream;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -40,4 +40,4 @@ interface INSSBuffer : IUnknown
|
||||
HRESULT GetBufferAndLength(
|
||||
[out] BYTE **ppdwBuffer,
|
||||
[out] DWORD *pdwLength);
|
||||
};
|
||||
}
|
||||
|
@ -233,7 +233,7 @@ interface IWMStatusCallback : IUnknown
|
||||
[in] WMT_ATTR_DATATYPE dwType,
|
||||
[in] BYTE *pValue,
|
||||
[in] void *pvContext);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -250,7 +250,7 @@ interface IWMReaderCallback : IWMStatusCallback
|
||||
[in] DWORD dwFlags,
|
||||
[in] INSSBuffer *pSample,
|
||||
[in] void *pvContext);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -298,7 +298,7 @@ interface IWMBandwidthSharing : IWMStreamList
|
||||
HRESULT SetBandwidth(
|
||||
[in] DWORD bitrate,
|
||||
[in] DWORD buffer);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -460,7 +460,7 @@ interface IWMProfile3 : IWMProfile2
|
||||
HRESULT GetExpectedPacketCount(
|
||||
[in] QWORD duration,
|
||||
[out] QWORD *packets);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -514,7 +514,7 @@ interface IWMMediaProps : IUnknown
|
||||
|
||||
HRESULT SetMediaType(
|
||||
[in] WM_MEDIA_TYPE *pType);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -531,7 +531,7 @@ interface IWMOutputMediaProps : IWMMediaProps
|
||||
HRESULT GetConnectionName(
|
||||
[out, size_is(*pcchName)] WCHAR *pwszName,
|
||||
[in, out] WORD *pcchName);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -547,7 +547,7 @@ interface IWMMetadataEditor : IUnknown
|
||||
HRESULT Close();
|
||||
|
||||
HRESULT Flush();
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -595,7 +595,7 @@ interface IWMReader : IUnknown
|
||||
HRESULT Pause();
|
||||
|
||||
HRESULT Resume();
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -950,7 +950,7 @@ interface IWMSyncReader : IUnknown
|
||||
|
||||
HRESULT OpenStream(
|
||||
[in] IStream *pStream);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1203,7 +1203,7 @@ interface IWMHeaderInfo : IUnknown
|
||||
|
||||
HRESULT RemoveScript(
|
||||
[in] WORD index );
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1225,7 +1225,7 @@ interface IWMHeaderInfo2 : IWMHeaderInfo
|
||||
[out] WMT_CODEC_INFO_TYPE *codec_type,
|
||||
[in, out] WORD *codec_info_cnt,
|
||||
[out, size_is( *codec_info_cnt )] BYTE *codec_info );
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1283,7 +1283,7 @@ interface IWMHeaderInfo3 : IWMHeaderInfo2
|
||||
[in] WMT_CODEC_INFO_TYPE codec_type,
|
||||
[in] WORD codec_info_cnt,
|
||||
[in, size_is( codec_info_cnt )] BYTE *codec_info );
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1442,7 +1442,7 @@ interface IWMPacketSize : IUnknown
|
||||
{
|
||||
HRESULT GetMaxPacketSize([out] DWORD *size);
|
||||
HRESULT SetMaxPacketSize([in] DWORD size);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1454,7 +1454,7 @@ interface IWMPacketSize2 : IWMPacketSize
|
||||
{
|
||||
HRESULT GetMinPacketSize([out] DWORD *size);
|
||||
HRESULT SetMinPacketSize([in] DWORD size);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1484,7 +1484,7 @@ interface IWMDRMReader : IUnknown
|
||||
[out] WMT_ATTR_DATATYPE *type,
|
||||
[out, size_is( *length )] BYTE *value,
|
||||
[in, out] WORD *length);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1506,7 +1506,7 @@ interface IWMDRMReader2 : IWMDRMReader
|
||||
[out] DWORD *level);
|
||||
|
||||
HRESULT TryNextLicense();
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1519,7 +1519,7 @@ interface IWMDRMReader3 : IWMDRMReader2
|
||||
HRESULT GetInclusionList(
|
||||
[out] GUID **guids,
|
||||
[out] DWORD *count);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1537,7 +1537,7 @@ interface IWMReaderAccelerator : IUnknown
|
||||
HRESULT Notify(
|
||||
[in] DWORD output,
|
||||
[in] WM_MEDIA_TYPE *subtype);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1556,7 +1556,7 @@ interface IWMReaderTimecode : IUnknown
|
||||
[in] WORD range,
|
||||
[out] DWORD *start_timecode,
|
||||
[out] DWORD *end_timecode);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1569,7 +1569,7 @@ interface IWMReaderTypeNegotiation : IUnknown
|
||||
HRESULT TryOutputProps(
|
||||
[in] DWORD output,
|
||||
[in] IWMOutputMediaProps *props);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1590,7 +1590,7 @@ interface IWMLanguageList : IUnknown
|
||||
HRESULT AddLanguageByRFC1766String(
|
||||
[in] LPCWSTR_WMSDK_TYPE_SAFE language,
|
||||
[out] WORD *index);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
@ -1613,7 +1613,7 @@ interface IWMReaderPlaylistBurn : IUnknown
|
||||
HRESULT Cancel();
|
||||
|
||||
HRESULT EndPlaylistBurn([in] HRESULT result);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
cpp_quote("HRESULT WINAPI WMCreateWriter(IUnknown*,IWMWriter**);")
|
||||
|
Loading…
Reference in New Issue
Block a user