Contents Index Topic Contents | ||
Previous Topic: IShellLink::GetArguments Next Topic: IShellLink::GetHotkey |
IShellLink::GetDescription
RESULT STDMETHODCALLTYPE GetDescription( LPSTR pszName, int cchMaxName );Retrieves the description string for a shell link object.
- Returns NOERROR if successful, or an OLE-defined error value otherwise.
- pszName
- Address of a buffer that receives the description string.
- cchMaxName
- Maximum number of characters to copy to the buffer pointed to by the pszName parameter.
See also IShellLink
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.