nn::ac::CTR::Initialize Function

Syntax

Result Initialize();

Arguments

None.

Return Values

The result.

Value Description
ResultSuccess Completed without error.
ResultAlreadyInitialized Already initialized.
A value other than the above Failed for reasons other than those given above.

Description

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.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL