nn::os::Alarm::Initialize Member Function

Syntax

#include <nn/os.h>

void Initialize();

Parameters

None.

Return Values

None.

Description

Initializes an alarm object.

This function stops the program when the TryInitialize function returns failure. (In the retail product environment, this is handled as a fatal error.)

Revision History

2011/06/22
Added mention of the relationship with TryInitialize.
2010/01/07
Initial version.

CONFIDENTIAL