Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsimpdata.h63 typedef enum OSPRW { enum
65 } OSPRW; typedef
156 virtual HRESULT WINAPI getRWStatus(DBROWCOUNT iRow,DB_LORDINAL iColumn,OSPRW *prwStatus) = 0;
177 …NAPI *getRWStatus)(OLEDBSimpleProvider *This,DBROWCOUNT iRow,DB_LORDINAL iColumn,OSPRW *prwStatus);
218 …_getRWStatus_Proxy(OLEDBSimpleProvider *This,DBROWCOUNT iRow,DB_LORDINAL iColumn,OSPRW *prwStatus);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsimpdata.h63 typedef enum OSPRW { enum
65 } OSPRW; typedef
156 virtual HRESULT WINAPI getRWStatus(DBROWCOUNT iRow,DB_LORDINAL iColumn,OSPRW *prwStatus) = 0;
177 …NAPI *getRWStatus)(OLEDBSimpleProvider *This,DBROWCOUNT iRow,DB_LORDINAL iColumn,OSPRW *prwStatus);
218 …_getRWStatus_Proxy(OLEDBSimpleProvider *This,DBROWCOUNT iRow,DB_LORDINAL iColumn,OSPRW *prwStatus);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs4170 pub type OSPRW = i32; typedef
4171 pub const OSPRW_DEFAULT: OSPRW = 1i32;
4172 pub const OSPRW_READONLY: OSPRW = 0i32;
4173 pub const OSPRW_READWRITE: OSPRW = 1i32;
4174 pub const OSPRW_MIXED: OSPRW = 2i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs17042 …ub unsafe fn getRWStatus(&self, irow: isize, icolumn: isize) -> ::windows::runtime::Result<OSPRW> {
17043 let mut result__: <OSPRW as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed();
17044 …d::mem::transmute(irow), ::std::mem::transmute(icolumn), &mut result__).from_abi::<OSPRW>(result__)
17124 … ::windows::runtime::RawPtr, irow: isize, icolumn: isize, prwstatus: *mut OSPRW) -> ::windows::run…
17265 pub struct OSPRW(pub i32);
17266 pub const OSPRW_DEFAULT: OSPRW = OSPRW(1i32);
17267 pub const OSPRW_READONLY: OSPRW = OSPRW(0i32);
17268 pub const OSPRW_READWRITE: OSPRW = OSPRW(1i32);
17269 pub const OSPRW_MIXED: OSPRW = OSPRW(2i32);
17270 impl ::std::convert::From<i32> for OSPRW {
[all …]