IShellLink::GetArgumentsIShellLink::GetArguments*
*Contents  *Index  *Topic Contents
*Previous Topic: IShellLink
*Next Topic: IShellLink::GetDescription

IShellLink::GetArguments


HRESULT STDMETHODCALLTYPE GetArguments(
    LPSTR pszArgs,	
    int cchMaxPath	
   );	

Retrieves the command-line arguments associated with a shell link object.

pszArgs
Address of a buffer that receives the command-line arguments.
cchMaxPath
Maximum number of characters to copy to the buffer pointed to by the pszArgs parameter.

See also IShellLink


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