nn::mic::CTR::Initialize Function

Syntax

Result Initialize();

Arguments

None.

Return Values

Returns the result of the operation.
Value Description
ResultSuccess Process succeeded.
ResultAlreadyInitialized Already initialized.
ResultUsingOtherProcess Cannot use the microphone because it is currently being used by another process. This error is never returned in normal applications that are not applets.

Description

Initializes the MIC library and enables the microphone for use.

Revision History

2010/12/18
Revised the description of the return values.
2010/06/23
Added DESCRIPTION_BUSY to the return values.
2010/01/07
Initial version.

CONFIDENTIAL