Home
last modified time | relevance | path

Searched refs:SRowSet (Results 1 – 16 of 16) sorted by relevance

/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl110 [out] SRowSet **RowSet
196 [out] SRowSet **RowSet
359 } SRowSet;
366 [out] SRowSet **RowSet
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl110 [out] SRowSet **RowSet
196 [out] SRowSet **RowSet
359 } SRowSet;
366 [out] SRowSet **RowSet
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl110 [out] SRowSet **RowSet
196 [out] SRowSet **RowSet
359 } SRowSet;
366 [out] SRowSet **RowSet
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/pidl/nspi/
H A Dnspi.idl110 [out] SRowSet **RowSet
196 [out] SRowSet **RowSet
359 } SRowSet;
366 [out] SRowSet **RowSet
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs25 pub fn FreeProws(lprows: *mut SRowSet); in FreeProws() argument
48 …n, lpsortorderset: *mut SSortOrderSet, crowsmax: i32, lpprows: *mut *mut SRowSet) -> ::windows_sys… in HrQueryAllRows()
1192 pub struct SRowSet { struct
1197 impl ::core::marker::Copy for SRowSet {} implementation
1199 impl ::core::clone::Clone for SRowSet { implementation
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapidefs.h416 } SRowSet,*LPSRowSet; typedef
418 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow))
419 #define CbSRowSet(_lprowset) (offsetof(SRowSet,aRow) + (UINT)((_lprowset)->cRows*sizeof(SRow)))
H A Dwabdefs.h414 } SRowSet,*LPSRowSet; typedef
416 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow))
417 #define CbSRowSet(_lprowset) (offsetof(SRowSet,aRow) + (UINT)((_lprowset)->cRows*sizeof(SRow)))
H A Dmapival.h70 …ertSz((offsetof(ADRLIST,cEntries)==offsetof(SRowSet,cRows)) && (offsetof(ADRLIST,aEntries)==offset…
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapidefs.h416 } SRowSet,*LPSRowSet; typedef
418 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow))
419 #define CbSRowSet(_lprowset) (offsetof(SRowSet,aRow) + (UINT)((_lprowset)->cRows*sizeof(SRow)))
H A Dwabdefs.h414 } SRowSet,*LPSRowSet; typedef
416 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow))
417 #define CbSRowSet(_lprowset) (offsetof(SRowSet,aRow) + (UINT)((_lprowset)->cRows*sizeof(SRow)))
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwabdefs.h414 } SRowSet,*LPSRowSet; typedef
416 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow))
417 #define CbSRowSet(_lprowset) (offsetof(SRowSet,aRow) + (UINT)((_lprowset)->cRows*sizeof(SRow)))
H A Dmapidefs.h416 } SRowSet,*LPSRowSet; typedef
418 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow))
419 #define CbSRowSet(_lprowset) (offsetof(SRowSet,aRow) + (UINT)((_lprowset)->cRows*sizeof(SRow)))
H A Dmapival.h70 …ertSz((offsetof(ADRLIST,cEntries)==offsetof(SRowSet,cRows)) && (offsetof(ADRLIST,aEntries)==offset…
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapidefs.h670 } SRowSet, FAR * LPSRowSet; typedef
672 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow))
673 #define CbSRowSet(_lprowset) (offsetof(SRowSet,aRow) + \
H A Dmapival.h267 == offsetof( SRowSet, cRows)) \
269 == offsetof( SRowSet, aRow)) \
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs1055 pub unsafe fn FreeProws(lprows: *mut SRowSet) { in FreeProws() argument
1060 fn FreeProws(lprows: *mut SRowSet); in FreeProws() argument
1605 …pub unsafe fn SetSearchPath(&self, ulflags: u32, lpsearchpath: *mut SRowSet) -> ::windows::runtime… in SetSearchPath()
3766 …pub unsafe fn HrModifyRows(&self, ulflags: u32, lpsrowset: *mut SRowSet) -> ::windows::runtime::Re… in HrModifyRows()
5431 pub struct SRowSet { struct
5436 impl SRowSet {} impl
5438 impl ::std::default::Default for SRowSet { implementation
5444 impl ::std::fmt::Debug for SRowSet { implementation
5450 impl ::std::cmp::PartialEq for SRowSet { implementation
5456 impl ::std::cmp::Eq for SRowSet {} implementation
[all …]