Home
last modified time | relevance | path

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

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dshlobj.h482 FWF_BESTFITWINDOW=16,FWF_DESKTOP=32,FWF_SINGLESEL=64,FWF_NOSUBFOLDERS=128, enumerator
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dshlobj.h482 FWF_BESTFITWINDOW=16,FWF_DESKTOP=32,FWF_SINGLESEL=64,FWF_NOSUBFOLDERS=128, enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshobjidl.h5108 FWF_BESTFITWINDOW = 0x10, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshobjidl.h5108 FWF_BESTFITWINDOW = 0x10, enumerator
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs3734 pub const FWF_BESTFITWINDOW: FOLDERFLAGS = 16i32; const