Home
last modified time | relevance | path

Searched defs:IBackgroundCopyFile (Results 1 – 5 of 5) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwabits.pas91 IBackgroundCopyFile = interface(IUnknown) interface
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbits.h27 typedef struct IBackgroundCopyFile IBackgroundCopyFile; typedef
109 struct IBackgroundCopyFile : public IUnknown { struct
126 struct IBackgroundCopyFile { struct
127 CONST_VTBL struct IBackgroundCopyFileVtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbits.h27 typedef struct IBackgroundCopyFile IBackgroundCopyFile; typedef
109 struct IBackgroundCopyFile : public IUnknown { struct
126 struct IBackgroundCopyFile { struct
127 CONST_VTBL struct IBackgroundCopyFileVtbl *lpVtbl; argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/BackgroundIntelligentTransferService/
H A Dmod.rs1378 pub struct IBackgroundCopyFile(::windows::runtime::IUnknown); struct
1379 impl IBackgroundCopyFile { implementation
1396 unsafe impl ::windows::runtime::Interface for IBackgroundCopyFile { implementation
1484 impl ::std::convert::From<IBackgroundCopyFile2> for IBackgroundCopyFile { implementation
1489 impl ::std::convert::From<&IBackgroundCopyFile2> for IBackgroundCopyFile { implementation
1610 impl ::std::convert::From<IBackgroundCopyFile3> for IBackgroundCopyFile { implementation
1615 impl ::std::convert::From<&IBackgroundCopyFile3> for IBackgroundCopyFile { implementation
1767 impl ::std::convert::From<IBackgroundCopyFile4> for IBackgroundCopyFile { implementation
1772 impl ::std::convert::From<&IBackgroundCopyFile4> for IBackgroundCopyFile { implementation
1954 impl ::std::convert::From<IBackgroundCopyFile5> for IBackgroundCopyFile { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/BackgroundIntelligentTransferService/
H A Dmod.rs488 pub type IBackgroundCopyFile = *mut ::core::ffi::c_void; typedef