#include <mw/iwnn/iwnnCTR.h> s16 NjxInit( IWNN_CLASS* iwnn, // Parsing information class const IWNN_OPTION* option // Option setting );
Name | Description | |
---|---|---|
IN / OUT | IWNN_CLASS* iwnn | Parsing information class. An error results if NULL is specified. |
IN | const IWNN_OPTION* option | Option setting. Stores settings specified for the parsing information class using this function. The default value is set for the parsing information class if NULL is specified. |
s16 | Non-negative value: Normal exit Negative value: Error |
Error Code | Description of Error |
NJ_ERR_PARAM_ENVIRONMENT_NULL |
A NULL pointer was specified for iwnn |
CONFIDENTIAL