search for: csidl_mydocu

Displaying 5 results from an estimated 5 matches for "csidl_mydocu".

2005 Feb 06
7
SHGetFolderPath and stuff
Hi all, I was taking another look at SHGetFolderPath() and related stuff today based on suggestions from Shanko and Zach. I think this would be fairly simple. My main question is, where do we put these values? Under File, Dir, or Shell? Or somewhere else? I vote Dir, since all the special CSIDL seem to be directories. Thus you would have something like: Dir::ADMINTOOLS Dir::BITBUCKET
2005 May 04
0
New win32-dir
...0x0007 # Start Menu\Programs\Startup CSIDL_RECENT = 0x0008 # <user name>\Recent CSIDL_SENDTO = 0x0009 # <user name>\SendTo CSIDL_BITBUCKET = 0x000a # <desktop>\Recycle Bin CSIDL_STARTMENU = 0x000b # <user name>\Start Menu CSIDL_MYDOCUMENTS = 0x000c # 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 = 0x001...
2005 May 01
3
win32-dir 0.1.0 compile problems
...c(55) : error C2065: ''CSIDL_COMMON_TEMPLATES'' : undeclared identifier dir.c(56) : error C2065: ''CSIDL_COMMON_VIDEO'' : undeclared identifier dir.c(67) : error C2065: ''CSIDL_LOCAL_APPDATA'' : undeclared identifier dir.c(68) : error C2065: ''CSIDL_MYDOCUMENTS'' : undeclared identifier dir.c(69) : error C2065: ''CSIDL_MYMUSIC'' : undeclared identifier dir.c(70) : error C2065: ''CSIDL_MYPICTURES'' : undeclared identifier dir.c(71) : error C2065: ''CSIDL_MYVIDEO'' : undeclared identifier dir.c(77...
2007 Sep 28
0
Wine release 0.9.46
...types. ntdll: Fix compilation on systems that don't support nameless unions. dbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK() and PSYM_ENUMERATESYMBOLS_CALLBACK() prototypes. wintrust: Fix compilation on systems that don't support nameless unions. shell32: CSIDL_MYDOCUMENTS is now a synonym for CSIDL_PERSONAL. advapi32: Add and use LSTATUS. imagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW(). wordpad: Fix compilation on systems that don't support nameless unions. dnsapi: Fix the DnsQueryConfig() prototype. dbghelp: Fix the...
2007 Jun 01
0
Wine release 0.9.38
...comctl32/tests: The PSDK does not define ListView_InsertItemA() so don't use it. ddraw: Fix the name of DDSPD_IUNKNOWNPOINTER. In the PSDK HRESULT_FROM_WIN32() is now an inline function, and it is __HRESULT_FROM_WIN32() which is a macro. shell32/tests: With recent PSDKs, CSIDL_MYDOCUMENTS is a synonym for CSIDL_PERSONAL. So define our own constant. shlwapi/tests: The PSDK does not define IID_IDelayedRelease anymore. include: The PSDK does not define the DEFINE_SHLGUID() macro anymore. schannel: The PSDK defines no SECPKG_FUNCTION_TABLE_SIZE_* macro. scha...