[Now Supported on Windows NT]
Sets the description for a shell link object. The description can be any application-defined string.
HRESULT STDMETHODCALLTYPE SetDescription(
ISHELLLINK FAR *pShlLnk, | |
LPCSTR pszName | |
); |
Parameters
pShlLnk
Pointer to the IShellLink interface. In C++, this parameter is implicit.
pszName
Pointer to a buffer containing the new description string.
Return Values
Returns NOERROR if successful or an OLE-defined error value otherwise.
See Also