|
pure virtual |
Test for a printing wide-character code.
| wc | [ in ] A single wide character. |
| pResult | [ out ] Pointer to a boolean variable where P6TRUE is written if wc is a printing wide-character code. |
| 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. |