nn::cec::CTR::Initialize Functionnn::Result Initialize();
None.
nn::Result| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
| A value other than the above. | Process failed. |
Connects to the CEC daemon. This must be called first in order to use CEC features.
Note: The version of Initialize that does not specify an allocator as an argument will be deprecated.
Initializing with the version of Initialize that does not specify an allocator results in no memory being allocated for the library, and does not allow box access.
Initialize instead by using Initialize(nn::fnd::IAllocator& cecAllocFunc).
CONFIDENTIAL