INewShortcutHookW::GetName method (shlobj.h)
Gets the file name of the shortcut object, without the extension.
Syntax
HRESULT GetName(
[out] PWSTR pszName,
int cchName
);
Parameters
[out] pszName
Type: PTSTR
A pointer to a string that receives the name.
cchName
Type: int
The size of the buffer at pszName, in characters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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) |