search for: csidl_programs

Displaying 3 results from an estimated 3 matches for "csidl_programs".

2005 May 04
0
New win32-dir
...rescue RuntimeError SHGetSpecialFolderPath = Win32API.new("shell32","SHGetSpecialFolderPath", "LPLL","L") end CSIDL_DESKTOP = 0x0000 # <desktop> CSIDL_INTERNET = 0x0001 # Internet Explorer (icon on desktop) CSIDL_PROGRAMS = 0x0002 # Start Menu\Programs CSIDL_CONTROLS = 0x0003 # My Computer\Control Panel CSIDL_PRINTERS = 0x0004 # My Computer\Printers CSIDL_PERSONAL = 0x0005 # My Documents CSIDL_FAVORITES = 0x0006 # <user name>\Favorites CSIDL_STARTUP...
2005 May 02
1
Possible win32-dir mods
Hi Zach (or anyone with VC++ 6), I was hoping you would test a couple things for me. The first thing I would like you to try is replacing "#include <shlobj.h>" with "#include <shfolder.h>". That, or try including both. If that doesn''t do the trick, the next thing I''d like to try is commenting out all the rb_define_const lines that were
2009 Dec 18
0
Wine release 1.1.35
...test failures when the computername is fully qualified on W2K3 and earlier. winspool.drv/tests: Fix test failures on XP+ with long printer names. shell32/tests: Cope with non-English Vista+ and short names in the title bar of explorer windows. shell32/tests: Decide whether to use CSIDL_PROGRAMS or CSIDL_COMMON_PROGRAMS by checking admin rights. shell32/tests: Removed an unused define. shell32/tests: Remove a now unused define. shell32/tests: Remove a useless string. imagehlp/tests: Run tests again on Win95. ole32/tests: Don't crash on Win9x/WinMe by using...