nn::ac::CTR::Initialize FunctionResult Initialize();
None.
| Value | Description |
|---|---|
Result::IsSuccess |
Completed without error. |
ResultAlreadyInitialized |
Already initialized. |
| A value other than the above. | Failed for reasons other than those given above. |
Initializes an automatic connection.
You must call this function before calling any of the functions in the nn::ac::CTR namespace.
This function has an internal reference counter. Calling the function multiple times at once does not cause an error, but note that you must then call Finalize the same number of times.
CONFIDENTIAL