Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::btowc ( P6INT32  sc,
P6WCHAR pWc 
)
pure virtual

Single-byte to wide-character conversion.

Parameters
sc[ in ] A single-byte character.
pWc[ out ] Pointer to a wide-character variable where the wide character version of sc is written (e.g., 'A' to P6CHR('A')).
Returns
SuccessP6R::eOk 
FailureP6R::eEndOfFileIf wc has the value EOF or if wc does not constitute a valid (one-byte) character in the initial shift state.
P6R::eNotInitializedA successful call to initialize was not made before this call.