Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the folder name for the shortcut object.
Syntax
HRESULT GetFolder(
[out] PSTR pszFolder,
int cchFolder
);
Parameters
[out] pszFolder
Type: PTSTR
The address of a character buffer that receives the folder name.
cchFolder
Type: int
The size of the buffer at pszFolder, in characters.
Return value
Type: HRESULT
Returns S_OK if successful, S_FALSE if no folder has been assigned, or a standard error code otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shlobj.h |
DLL | Shell32.dll (version 4.0 or later) |