Home
last modified time | relevance | path

Searched refs:IEnumMcastScope (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmdhcp.h37 typedef struct IEnumMcastScope IEnumMcastScope; typedef
57 typedef struct IEnumMcastScope IEnumMcastScope; typedef
238 struct IEnumMcastScope : public IUnknown { struct
243 virtual HRESULT WINAPI Clone(IEnumMcastScope **ppEnum) = 0;
249 ULONG (WINAPI *AddRef)(IEnumMcastScope *This);
250 ULONG (WINAPI *Release)(IEnumMcastScope *This);
252 HRESULT (WINAPI *Reset)(IEnumMcastScope *This);
253 HRESULT (WINAPI *Skip)(IEnumMcastScope *This,ULONG celt);
254 HRESULT (WINAPI *Clone)(IEnumMcastScope *This,IEnumMcastScope **ppEnum);
257 struct IEnumMcastScope { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmdhcp.h37 typedef struct IEnumMcastScope IEnumMcastScope; typedef
57 typedef struct IEnumMcastScope IEnumMcastScope; typedef
238 struct IEnumMcastScope : public IUnknown { struct
243 virtual HRESULT WINAPI Clone(IEnumMcastScope **ppEnum) = 0;
249 ULONG (WINAPI *AddRef)(IEnumMcastScope *This);
250 ULONG (WINAPI *Release)(IEnumMcastScope *This);
252 HRESULT (WINAPI *Reset)(IEnumMcastScope *This);
253 HRESULT (WINAPI *Skip)(IEnumMcastScope *This,ULONG celt);
254 HRESULT (WINAPI *Clone)(IEnumMcastScope *This,IEnumMcastScope **ppEnum);
257 struct IEnumMcastScope { struct
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs1548 pub struct IEnumMcastScope(::windows::runtime::IUnknown);
1549 impl IEnumMcastScope {
1559 pub unsafe fn Clone(&self) -> ::windows::runtime::Result<IEnumMcastScope> {
1564 unsafe impl ::windows::runtime::Interface for IEnumMcastScope {
1568 impl ::std::convert::From<IEnumMcastScope> for ::windows::runtime::IUnknown {
1569 fn from(value: IEnumMcastScope) -> Self {
1573 impl ::std::convert::From<&IEnumMcastScope> for ::windows::runtime::IUnknown {
1574 fn from(value: &IEnumMcastScope) -> Self {
1578 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IEnumMcastScope {
1583 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IEnumMcastScope {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs756 pub type IEnumMcastScope = *mut ::core::ffi::c_void; typedef