search for: csidl_network

Displaying 2 results from an estimated 2 matches for "csidl_network".

2005 May 04
0
New win32-dir
...c # logical "My Documents" desktop icon CSIDL_MYMUSIC = 0x000d # "My Music" folder CSIDL_MYVIDEO = 0x000e # "My Videos" folder CSIDL_DESKTOPDIRECTORY = 0x0010 # <user name>\Desktop CSIDL_DRIVES = 0x0011 # My Computer CSIDL_NETWORK = 0x0012 # Network Neighborhood (My Network Places) CSIDL_NETHOOD = 0x0013 # <user name>\nethood CSIDL_FONTS = 0x0014 # windows\fonts CSIDL_TEMPLATES = 0x0015 CSIDL_COMMON_STARTMENU = 0x0016 # All Users\Start Menu CSIDL_COMMON_PROGRAMS...
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