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.
- Returns NOERROR if successful, or an OLE-defined error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.