Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The GetRawArgStr method returns a string that represents the arguments passed to the extension command.
Syntax
PCSTR GetRawArgStr();
Return value
GetRawArgStr returns a string that represents the arguments passed to the extension command. In particular, if the extension command was called from a command line, this string contains the portion of the command line that follows the extension command. The return value can be NULL or empty.
Remarks
For an overview of argument parsing in the EngExtCpp extensions framework, see Parsing Extension Arguments.
The string returned by this method is only meaningful during the execution of the current extension command.
This method should only be called during the execution of an extension command provided by this class.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | engextcpp.hpp (include Engextcpp.hpp) |