Andrew Eikum
db35807eb0
shell32: Fall back on CSIDL path for knownfolders without a path in the registry.
2015-03-03 11:47:00 +09:00
Andrew Eikum
103f158c63
shell32: Also return RelativePath in GetFolderDefinition.
2015-03-03 11:46:56 +09:00
Andrew Eikum
32a6ee3887
shell32: Also return ParentFolder ID in GetFolderDefinition.
2015-03-03 11:46:52 +09:00
Andrew Eikum
e56e9c11fa
shell32: Use a helper function to allocate strings from the registry.
2015-03-02 13:48:35 +09:00
Andrew Eikum
b5c12cf9f3
shell32: Use a helper function to get DWORDs from registry.
2015-03-02 13:48:32 +09:00
Andrew Eikum
d7d058482c
shell32: Rearrange error handling in IKnownFolder::GetFolderDefinition.
2015-03-02 13:48:28 +09:00
Francois Gouget
169923d4b9
shell32: Reset pszHome if it's not usable so we don't try to reuse it when setting up the Desktop symlink.
2015-01-05 20:16:44 +01:00
Francois Gouget
d7fc48463b
shell32: Fix the IDS_PERSONAL hardcoded default.
...
The corresponding folder is called 'My Documents' but on Linux it's
usually called 'Documents' so that's much more appropriate fallback
than 'Personal'.
2015-01-05 20:16:36 +01:00
André Hentschel
8d50a8a246
shell32: Remove unused string (Clang).
2014-12-04 14:03:26 +01:00
Nikolay Sivov
730e744e3b
shell32: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-08 13:13:36 +02:00
Michael Müller
e38d1c9aa1
shell32: Create profile directories available in Vista and above.
2014-08-04 19:28:42 +02:00
Nikolay Sivov
f9a19f57e1
shell32: Implement PathYetAnotherMakeUniqueName().
2014-06-30 22:04:52 +02:00
Austin English
4903dda319
shell32: Fix a typo.
2014-03-25 19:01:30 +01:00
Sebastian Lackner
e28fe966fe
shell32: Register user administrative tools shell folder.
...
Discovered by Michael Müller.
2014-03-10 12:20:00 +01:00
Damjan Jovanovic
0f64ffd91f
shell32: Fix non-BOOL returns in BOOL functions.
2013-01-11 18:14:08 +01:00
André Hentschel
b4b396a957
shell32: Reorder code to avoid memory leaks (coverity).
2012-10-29 10:38:19 +01:00
Erich Hoover
7eb0d62b3d
shell32: Create the All Users Microsoft directory.
2012-09-20 19:59:19 +02:00
Francois Gouget
b8050f0571
Assorted spelling fixes.
2012-09-04 16:15:52 +02:00
Michael Stefaniuc
563d229b5f
shell32: Avoid TRUE:FALSE conditional expressions.
2012-08-14 11:59:18 +02:00
Austin English
adc0518af7
shell32: Add a stub SHGetKnownFolderIDList.
2012-05-01 14:44:33 +02:00
Michael Stefaniuc
798beb2cb8
shell32: Print the debug string and not the pointer to it.
2012-03-26 18:15:24 +02:00
Huw Davies
9ae17687c0
shell32: Don't try to check for the folder's existence if we don't have a path.
2012-02-08 13:19:22 -06:00
Huw Davies
8272045cd8
shell32: Zero-init the out parameter and fix the error if the folder id is invalid.
2012-02-08 13:19:14 -06:00
Francois Gouget
c0338afebb
shell32: Fix the name of the 'Application Data' folders.
2012-02-07 09:27:53 -06:00
Francois Gouget
6fc6cf6935
shell32: Don't translate the shell folder paths.
2012-01-23 19:41:56 +01:00
Francois Gouget
deffb92c9d
shell32: Use the plural for 'My Videos' wherever appropriate.
2012-01-23 17:44:33 +01:00
Nikolay Sivov
a4dd8fb6a8
shell32: Use S_OK as successful return code name.
2012-01-09 15:34:15 +01:00
Francois Gouget
a603e9871e
include: Add a few missing include directives to shlguid.h.
2011-12-20 10:16:45 +01:00
Nikolay Sivov
9d6204b297
shell32: Avoid null pointer dereference in traces.
2011-11-21 11:04:22 +01:00
Michael Stefaniuc
87b3644256
shell32: Pass the object instead of the iface to helper functions.
2011-09-26 12:19:58 +02:00
Michael Stefaniuc
9e460675d6
shell32: COM cleanup in shellpath.c.
2011-09-26 12:19:55 +02:00
Mariusz Pluciński
4505b4b07c
shell32: Replace call of RegDeleteKeyW by SHDeleteKeyW.
2011-08-23 11:39:41 +02:00
Mariusz Pluciński
f3bd5210b8
shell32: Check if known folder's relative path was passed to function.
...
All non-virtual known folders must have set relative path field.
2011-08-04 18:27:38 +02:00
Huw Davies
fccd4e29c9
shell32: Initialise the error string pointer.
2011-07-28 18:37:39 +02:00
Mariusz Pluciński
ea990a3f43
shell32: Fix FOLDERID_Document definition.
2011-07-19 18:26:22 +02:00
Mariusz Pluciński
dfa35a529f
shell32: Add IKnownFolder::GetFolderDefinition() implementation.
2011-07-19 18:26:22 +02:00
Michael Stefaniuc
5ab5042183
shell32: Use FAILED instead of !SUCCEEDED.
2011-07-19 18:26:20 +02:00
Marcus Meissner
a05ba2b9de
shell32: Check error return in get_known_folder_path (Coverity).
2011-07-14 14:13:50 +02:00
Mariusz Pluciński
9435f3ce15
shell32: Add support of KF_REDIRECT_DEL_SOURCE_CONTENTS flag to redirection.
2011-07-05 13:51:48 +02:00
Mariusz Pluciński
104bf57c11
shell32: Add support of KF_REDIRECT_COPY_CONTENTS flag to redirection.
2011-07-05 13:51:44 +02:00
Francois Gouget
db36599aff
shell32: Remove WINAPI on static functions where not needed.
2011-07-01 14:39:37 +02:00
Mariusz Pluciński
08186a9c26
shell32: Check for known folder existance.
2011-07-01 14:39:36 +02:00
Mariusz Pluciński
e1dc5447e8
shell32: IKnownFolder::SetPath modified to use redirection instead of overwriting original path.
2011-07-01 14:39:36 +02:00
Michael Stefaniuc
c2c0bec0e3
shell32: Don't pass an unitialized size to RegGetValue().
2011-07-01 14:39:35 +02:00
Mariusz Pluciński
7340dcdb6d
shell32: Add support of known folders redirection to GetPath.
2011-06-29 14:24:53 -05:00
Mariusz Pluciński
e554ee7fb4
shell32: Add support of known folders redirection to Redirect.
2011-06-29 14:24:43 -05:00
Mariusz Pluciński
4c0959b9d6
shell32: Add support of parent folder to GetPath.
2011-06-29 14:23:41 -05:00
Mariusz Pluciński
06f706a068
shell32: Add support of parent folder to RegisterFolder.
2011-06-29 14:23:36 -05:00
Francois Gouget
95d769a047
Assorted spelling fixes.
2011-06-27 13:09:47 -05:00
Mariusz Pluciński
1c7240ba4e
shell32: Add IKnownFolder::SetPath() implementation.
2011-06-24 12:11:57 -05:00