! @brief Return the argument for the current option where one exists. If there is no argument for the option, this will return NULL. This function is available only when Next() has returned true. */
| 475 | This function is available only when Next() has returned true. |
| 476 | */ |
| 477 | inline SOCHAR * OptionArg() const { return m_pszOptionArg; } |
| 478 | |
| 479 | /*! @brief Validate and return the desired number of arguments. |
| 480 |