Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsimpdata.h75 typedef enum OSPXFER { enum
77 } OSPXFER; typedef
95 virtual HRESULT WINAPI transferComplete(OSPXFER xfer) = 0;
110 HRESULT (WINAPI *transferComplete)(OLEDBSimpleProviderListener *This,OSPXFER xfer);
144 …OLEDBSimpleProviderListener_transferComplete_Proxy(OLEDBSimpleProviderListener *This,OSPXFER xfer);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsimpdata.h75 typedef enum OSPXFER { enum
77 } OSPXFER; typedef
95 virtual HRESULT WINAPI transferComplete(OSPXFER xfer) = 0;
110 HRESULT (WINAPI *transferComplete)(OLEDBSimpleProviderListener *This,OSPXFER xfer);
144 …OLEDBSimpleProviderListener_transferComplete_Proxy(OLEDBSimpleProviderListener *This,OSPXFER xfer);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs4175 pub type OSPXFER = i32; typedef
4176 pub const OSPXFER_COMPLETE: OSPXFER = 0i32;
4177 pub const OSPXFER_ABORT: OSPXFER = 1i32;
4178 pub const OSPXFER_ERROR: OSPXFER = 2i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs17167 pub unsafe fn transferComplete(&self, xfer: OSPXFER) -> ::windows::runtime::Result<()> {
17208 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, xfer: OSPXFER) -> ::windows::runti…
17281 pub struct OSPXFER(pub i32);
17282 pub const OSPXFER_COMPLETE: OSPXFER = OSPXFER(0i32);
17283 pub const OSPXFER_ABORT: OSPXFER = OSPXFER(1i32);
17284 pub const OSPXFER_ERROR: OSPXFER = OSPXFER(2i32);
17285 impl ::std::convert::From<i32> for OSPXFER {
17290 unsafe impl ::windows::runtime::Abi for OSPXFER {