Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/support/
H A Dos_win32.cpp55 #if !defined(ASSOCF_INIT_IGNOREUNKNOWN) && !defined(__MINGW32__)
56 #define ASSOCF_INIT_IGNOREUNKNOWN 0 macro
564 return S_OK == AssocQueryString(ASSOCF_INIT_IGNOREUNKNOWN, in canAutoOpenFile()
H A Dos_cygwin.cpp431 return S_OK == AssocQueryString(ASSOCF_INIT_IGNOREUNKNOWN, in canAutoOpenFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/
H A DProgram.java47 int flags = OS.ASSOCF_NOTRUNCATE | OS.ASSOCF_INIT_IGNOREUNKNOWN; in assocQueryString()
/dports/editors/lazarus/lazarus/lcl/include/
H A Dsysenvapis_win.inc44 //ASSOCF_INIT_IGNOREUNKNOWN = $00000400;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dsysenvapis_win.inc44 //ASSOCF_INIT_IGNOREUNKNOWN = $00000400;
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dsysenvapis_win.inc44 //ASSOCF_INIT_IGNOREUNKNOWN = $00000400;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dsysenvapis_win.inc44 //ASSOCF_INIT_IGNOREUNKNOWN = $00000400;
/dports/editors/poedit/poedit-1.8.4/src/
H A Dedapp.cpp1327 HRESULT hr = AssocQueryString(ASSOCF_INIT_IGNOREUNKNOWN, in AssociateFileTypeIfNeeded()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dshlwapi.h134 ASSOCF_INIT_IGNOREUNKNOWN = 0x00000400 enumerator
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dshlwapi.h134 ASSOCF_INIT_IGNOREUNKNOWN = 0x00000400 enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlwapi.h878 ASSOCF_INIT_IGNOREUNKNOWN = 0x00000400 enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlwapi.h878 ASSOCF_INIT_IGNOREUNKNOWN = 0x00000400 enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java92 public static final int ASSOCF_INIT_IGNOREUNKNOWN = 0x400; field in OS
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dshlwapi.pp427 ASSOCF_INIT_IGNOREUNKNOWN = $00000400; // dont use the "Unknown" progid, instead fail
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs1631 pub const ASSOCF_INIT_IGNOREUNKNOWN: i32 = 1024i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs599 pub const ASSOCF_INIT_IGNOREUNKNOWN: i32 = 1024i32;