Home
last modified time | relevance | path

Searched refs:IDvdCmd (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddvdif.h39 typedef interface IDvdCmd IDvdCmd; typedef
41 interface IDvdCmd; variable
1340 IDvdCmd *This,
1345 IDvdCmd *This);
1348 IDvdCmd *This);
1352 IDvdCmd *This);
1355 IDvdCmd *This);
1360 interface IDvdCmd {
1690 IDvdCmd **cmd);
1697 IDvdCmd **cmd);
[all …]
H A Dstrmif.h11250 typedef struct IDvdCmd IDvdCmd; typedef
14271 struct IDvdCmd : public IUnknown { struct
14280 ULONG (WINAPI *AddRef)(IDvdCmd *This);
14281 ULONG (WINAPI *Release)(IDvdCmd *This);
14282 HRESULT (WINAPI *WaitForStart)(IDvdCmd *This);
14283 HRESULT (WINAPI *WaitForEnd)(IDvdCmd *This);
14286 struct IDvdCmd { struct
14297 HRESULT WINAPI IDvdCmd_WaitForStart_Proxy(IDvdCmd *This);
14299 HRESULT WINAPI IDvdCmd_WaitForEnd_Proxy(IDvdCmd *This);
14353 virtual HRESULT WINAPI ReplayChapter(DWORD dwFlags,IDvdCmd **ppCmd) = 0;
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddvdif.h39 typedef interface IDvdCmd IDvdCmd; typedef
41 interface IDvdCmd; variable
1340 IDvdCmd *This,
1345 IDvdCmd *This);
1348 IDvdCmd *This);
1352 IDvdCmd *This);
1355 IDvdCmd *This);
1360 interface IDvdCmd {
1690 IDvdCmd **cmd);
1697 IDvdCmd **cmd);
[all …]
H A Dstrmif.h11250 typedef struct IDvdCmd IDvdCmd; typedef
14271 struct IDvdCmd : public IUnknown { struct
14280 ULONG (WINAPI *AddRef)(IDvdCmd *This);
14281 ULONG (WINAPI *Release)(IDvdCmd *This);
14282 HRESULT (WINAPI *WaitForStart)(IDvdCmd *This);
14283 HRESULT (WINAPI *WaitForEnd)(IDvdCmd *This);
14286 struct IDvdCmd { struct
14297 HRESULT WINAPI IDvdCmd_WaitForStart_Proxy(IDvdCmd *This);
14299 HRESULT WINAPI IDvdCmd_WaitForEnd_Proxy(IDvdCmd *This);
14353 virtual HRESULT WINAPI ReplayChapter(DWORD dwFlags,IDvdCmd **ppCmd) = 0;
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs32946 pub struct IDvdCmd(::windows::runtime::IUnknown); struct
32947 impl IDvdCmd { impl
32955 unsafe impl ::windows::runtime::Interface for IDvdCmd { implementation
32959 impl ::std::convert::From<IDvdCmd> for ::windows::runtime::IUnknown {
32960 fn from(value: IDvdCmd) -> Self { in from()
32964 impl ::std::convert::From<&IDvdCmd> for ::windows::runtime::IUnknown {
32965 fn from(value: &IDvdCmd) -> Self { in from()
32969 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDvdCmd { implementation
32974 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDvdCmd { implementation
33177 let mut result__: <IDvdCmd as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed(); in PlayTitle()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs5174 pub type IDvdCmd = *mut ::core::ffi::c_void; typedef