! @brief Return the pszArg from the options array for the current option. This function is available only when Next() has returned true. */
| 468 | This function is available only when Next() has returned true. |
| 469 | */ |
| 470 | inline const SOCHAR * OptionText() const { return m_pszOptionText; } |
| 471 | |
| 472 | /*! @brief Return the argument for the current option where one exists. |
| 473 |