nn::ndm::SuspendDaemons Function

Syntax

Result SuspendDaemons(
     bit32 mask = CONTROL_MASK_DEFAULT
);

Arguments

Name Description
in mask Specifies the target daemons.

Return Values

Returns a value that indicates whether the function succeeded.

Value Description
ResultInvalidOperation There are too many suspend operations.

Description

Suspends autonomous operation of all network daemons.

Operations are the same as repeatedly calling Suspend. This function must not be used in applets.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL