nn::ac::CTR::Initialize FunctionResult Initialize();
None.
| Value | Description |
|---|---|
| ResultSuccess | Completed without error. |
ResultAlreadyInitialized |
Already initialized. |
| A value other than the above | Failed for reasons other than those given above. |
Initializes an automatic connection.
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