nn::ndm::ResumeDaemons Function

Syntax

Result ResumeDaemons(
     bit32 mask = CONTROL_MASK_DEFAULT
);

Arguments

Name Description
in mask Specifies the target daemon using a DaemonMask type.

Return Values

Returns a value that indicates whether the function succeeded.

Value Description
ResultNotSuspended No suspend instructions have been issued by the calling process.

Description

Resumes autonomous operation of all network daemons.

Same as repeatedly calling Resume.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL