search for: csidl_appdata

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

2005 Nov 08
4
Roaming Profiles - the next step
Thanks to the enthuiastic help of Mr. Dan Shearer and the excellent writings of John H. Terpstra (Samba-3 by Example) I have migrated an NT4 PDC to Samba 3.0.14a-2 on Fedora Core 4 (Cries of amazement) The clients (XP, NT4WS, Win2K, 98 and 95) didn't notice the switch (once I had made all the correct folders!) My questions now are fine tuning and filling in gaps in my Windows knowledge.
2005 May 04
0
New win32-dir
...= 0x0015 CSIDL_COMMON_STARTMENU = 0x0016 # All Users\Start Menu CSIDL_COMMON_PROGRAMS = 0X0017 # All Users\Start Menu\Programs CSIDL_COMMON_STARTUP = 0x0018 # All Users\Startup CSIDL_COMMON_FAVORITES = 0x001f CSIDL_COMMON_DESKTOPDIRECTORY = 0x0019 # All Users\Desktop CSIDL_APPDATA = 0x001a # <user name>\Application Data CSIDL_PRINTHOOD = 0x001b # <user name>\PrintHood CSIDL_LOCAL_APPDATA = 0x001c # <user name>\Local Settings\Application Data CSIDL_ALTSTARTUP = 0x001d # non localized startup CSIDL_COMMON_ALTSTARTUP = 0x001...
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