| 17249 | |
| 17250 | |
| 17251 | ResultType ResultToken::Return(LPTSTR aValue, size_t aLength) |
| 17252 | // Copy and return a string. |
| 17253 | { |
| 17254 | ASSERT(aValue); |
| 17255 | symbol = SYM_STRING; |
| 17256 | return TokenSetResult(*this, aValue, aLength); |
| 17257 | } |
| 17258 | |
| 17259 | |
| 17260 |
no test coverage detected