Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgprop.h79 typedef interface IDebugPropertyEnumType_Arguments IDebugPropertyEnumType_Arguments; typedef
81 interface IDebugPropertyEnumType_Arguments; variable
1164 IDebugPropertyEnumType_Arguments : public IDebugPropertyEnumType_All
1176 IDebugPropertyEnumType_Arguments *This,
1181 IDebugPropertyEnumType_Arguments *This);
1184 IDebugPropertyEnumType_Arguments *This);
1188 IDebugPropertyEnumType_Arguments *This,
1194 interface IDebugPropertyEnumType_Arguments {
1211 static FORCEINLINE ULONG IDebugPropertyEnumType_Arguments_AddRef(IDebugPropertyEnumType_Arguments* …
1214 static FORCEINLINE ULONG IDebugPropertyEnumType_Arguments_Release(IDebugPropertyEnumType_Arguments*…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgprop.h79 typedef interface IDebugPropertyEnumType_Arguments IDebugPropertyEnumType_Arguments; typedef
81 interface IDebugPropertyEnumType_Arguments; variable
1164 IDebugPropertyEnumType_Arguments : public IDebugPropertyEnumType_All
1176 IDebugPropertyEnumType_Arguments *This,
1181 IDebugPropertyEnumType_Arguments *This);
1184 IDebugPropertyEnumType_Arguments *This);
1188 IDebugPropertyEnumType_Arguments *This,
1194 interface IDebugPropertyEnumType_Arguments {
1211 static FORCEINLINE ULONG IDebugPropertyEnumType_Arguments_AddRef(IDebugPropertyEnumType_Arguments* …
1214 static FORCEINLINE ULONG IDebugPropertyEnumType_Arguments_Release(IDebugPropertyEnumType_Arguments*…
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs28758 pub struct IDebugPropertyEnumType_Arguments(::windows::runtime::IUnknown); struct
28759 impl IDebugPropertyEnumType_Arguments { implementation
28766 unsafe impl ::windows::runtime::Interface for IDebugPropertyEnumType_Arguments { implementation
28770 impl ::std::convert::From<IDebugPropertyEnumType_Arguments> for ::windows::runtime::IUnknown {
28771 fn from(value: IDebugPropertyEnumType_Arguments) -> Self { in from()
28775 impl ::std::convert::From<&IDebugPropertyEnumType_Arguments> for ::windows::runtime::IUnknown {
28776 fn from(value: &IDebugPropertyEnumType_Arguments) -> Self { in from()
28790 impl ::std::convert::From<IDebugPropertyEnumType_Arguments> for IDebugPropertyEnumType_All {
28791 fn from(value: IDebugPropertyEnumType_Arguments) -> Self { in from()
28795 impl ::std::convert::From<&IDebugPropertyEnumType_Arguments> for IDebugPropertyEnumType_All {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs4520 pub type IDebugPropertyEnumType_Arguments = *mut ::core::ffi::c_void; typedef