nn::fs::RegisterSdmcEjectedEvent Function

Syntax

void RegisterSdmcEjectedEvent(
     nn::os::LightEvent * p
);

Arguments

Name Description
in p Specifies the nn::os::LightEvent object that is signaled when an SD Memory Card is pulled out.

Return Values

None.

Description

Registers the nn::os::LightEvent object that is signaled when an SD Memory Card is pulled out.

Revision History

2010/09/09
Initial version.

CONFIDENTIAL