TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MApp::getCommandLineArgv
MApp
Return the vector of strings (argv) that was used as a command-line argument.
Remarks
Applications can only call this method after the
MApp::start
() method has been called.
Declaration
virtual
char
** getCommandLineArgv()
const
;
Links
MApp
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference