Home
last modified time | relevance | path

Searched refs:FILTER_INFORMATION_CLASS (Results 1 – 6 of 6) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/InstallableFileSystems/
H A Dmod.rs17 …pub fn FilterFindFirst(dwinformationclass: FILTER_INFORMATION_CLASS, lpbuffer: *mut ::core::ffi::c… in FilterFindFirst() argument
19 …lterfind: super::super::Foundation::HANDLE, dwinformationclass: FILTER_INFORMATION_CLASS, lpbuffer… in FilterFindNext() argument
22 …pub fn FilterGetInformation(hfilter: HFILTER, dwinformationclass: FILTER_INFORMATION_CLASS, lpbuff… in FilterGetInformation() argument
171 pub type FILTER_INFORMATION_CLASS = i32; typedef
172 pub const FilterFullInformation: FILTER_INFORMATION_CLASS = 0i32;
173 pub const FilterAggregateBasicInformation: FILTER_INFORMATION_CLASS = 1i32;
174 pub const FilterAggregateStandardInformation: FILTER_INFORMATION_CLASS = 2i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfltuser.h35 HRESULT WINAPI FilterFindFirst(FILTER_INFORMATION_CLASS dwInformationClass, LPVOID lpBuffer, DWORD …
36 HRESULT WINAPI FilterFindNext(HANDLE hFilterFind, FILTER_INFORMATION_CLASS dwInformationClass, LPVO…
38 HRESULT WINAPI FilterGetInformation(HFILTER hFilter, FILTER_INFORMATION_CLASS dwInformationClass, L…
H A Dfltuserstructures.h69 } FILTER_INFORMATION_CLASS, *PFILTER_INFORMATION_CLASS; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfltuser.h35 HRESULT WINAPI FilterFindFirst(FILTER_INFORMATION_CLASS dwInformationClass, LPVOID lpBuffer, DWORD …
36 HRESULT WINAPI FilterFindNext(HANDLE hFilterFind, FILTER_INFORMATION_CLASS dwInformationClass, LPVO…
38 HRESULT WINAPI FilterGetInformation(HFILTER hFilter, FILTER_INFORMATION_CLASS dwInformationClass, L…
H A Dfltuserstructures.h69 } FILTER_INFORMATION_CLASS, *PFILTER_INFORMATION_CLASS; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/InstallableFileSystems/
H A Dmod.rs265 pub struct FILTER_INFORMATION_CLASS(pub i32); struct
266 pub const FilterFullInformation: FILTER_INFORMATION_CLASS = FILTER_INFORMATION_CLASS(0i32);
267 pub const FilterAggregateBasicInformation: FILTER_INFORMATION_CLASS = FILTER_INFORMATION_CLASS(1i32…
268 pub const FilterAggregateStandardInformation: FILTER_INFORMATION_CLASS = FILTER_INFORMATION_CLASS(2…
269 impl ::std::convert::From<i32> for FILTER_INFORMATION_CLASS { implementation
274 unsafe impl ::windows::runtime::Abi for FILTER_INFORMATION_CLASS { implementation
579 pub unsafe fn FilterFindFirst(dwinformationclass: FILTER_INFORMATION_CLASS, lpbuffer: *mut ::std::f… in FilterFindFirst() argument
584 …fn FilterFindFirst(dwinformationclass: FILTER_INFORMATION_CLASS, lpbuffer: *mut ::std::ffi::c_void… in FilterFindFirst() argument
611 …lterfind: super::super::Foundation::HANDLE, dwinformationclass: FILTER_INFORMATION_CLASS, lpbuffer… in FilterFindNext() argument
633 …e::IntoParam<'a, HFILTER>>(hfilter: Param0, dwinformationclass: FILTER_INFORMATION_CLASS, lpbuffer… in FilterGetInformation() argument
[all …]