#include <revolution/enc.h> ENCResult ENCInitContext(ENCContext* context);
| context | Character code conversion context. |
|---|
ENC_OK: Normal exit.ENC_ERR_INVALID_PARAM: Invalid argument.
Initializes the character code conversion context.
2006/10/19 Initial version.
CONFIDENTIAL