IShellLink::GetDescriptionIShellLink::GetDescription*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.