Home
last modified time | relevance | path

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

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dshlobj.pp395 FCS_READ = $00000001;
1179 … pvid : PSHELLVIEWID; { OUT - if dwReadWrite is FCS_READ, IN - otherwise }
1181 … pszWebViewTemplate : LPSTR; { OUT - if dwReadWrite is FCS_READ, IN - otherwise }
1183 pszWebViewTemplateVersion : LPSTR; { Ignored if dwReadWrite is FCS_READ }
1186 … { OUT - if dwReadWrite is FCS_READ, IN - otherwise }
1188 pclsid : PCLSID; { Ignored if dwReadWrite is FCS_READ }
1190 … dwFlags : DWORD; { OUT - if dwReadWrite is FCS_READ, IN - otherwise }
1192 … cchIconFile : DWORD; { OUT - if dwReadWrite is FCS_READ, IN - otherwise }
1193 … { OUT - if dwReadWrite is FCS_READ, IN - otherwise }
1195 { Ignored if dwReadWrite is FCS_READ }
[all …]
H A Dshellapi.pp299 FCS_READ = $00000001;
301 FCS_WRITE = (FCS_READ or FCS_FORCEWRITE);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlobj.h762 #define FCS_READ 0x00000001 macro
764 #define FCS_WRITE (FCS_READ | FCS_FORCEWRITE)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlobj.h762 #define FCS_READ 0x00000001 macro
764 #define FCS_WRITE (FCS_READ | FCS_FORCEWRITE)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs3497 pub const FCS_READ: u32 = 1u32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs4546 pub const FCS_READ: u32 = 1u32;