|
pure virtual |
Is the input character a line terminator (e.g., ASCII line feed U+000A)
| wc | [ in ] A single wide character. |
| pResult | [ out ] Pointer to a boolean variable where P6TRUE is written if wc is a line terminator. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | One of the parameters is NULL. |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |