Home
last modified time | relevance | path

Searched defs:IBackgroundCopyJob1 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dqmgr.h27 typedef struct IBackgroundCopyJob1 IBackgroundCopyJob1; typedef
120 struct IBackgroundCopyJob1 : public IUnknown { struct
147 struct IBackgroundCopyJob1 { struct
148 CONST_VTBL struct IBackgroundCopyJob1Vtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dqmgr.h27 typedef struct IBackgroundCopyJob1 IBackgroundCopyJob1; typedef
120 struct IBackgroundCopyJob1 : public IUnknown { struct
147 struct IBackgroundCopyJob1 { struct
148 CONST_VTBL struct IBackgroundCopyJob1Vtbl *lpVtbl; argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/BackgroundIntelligentTransferService/
H A Dmod.rs2246 …Param<'a, ::windows::runtime::GUID>>(&self, jobid: Param0) -> ::windows::runtime::Result<IBackgrou… in GetJob()
2267 …ram<'a, ::windows::runtime::GUID>>(&self, guidjobid: Param0) -> ::windows::runtime::Result<IBackgr… in CreateJob()
2536 pub struct IBackgroundCopyJob1(::windows::runtime::IUnknown); struct
2537 impl IBackgroundCopyJob1 { implementation
2569 unsafe impl ::windows::runtime::Interface for IBackgroundCopyJob1 { implementation
2583 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IBackgroundCopyJob1 { implementation
2588 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IBackgroundCopyJob1 { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/BackgroundIntelligentTransferService/
H A Dmod.rs496 pub type IBackgroundCopyJob1 = *mut ::core::ffi::c_void; typedef