nn::ndm::ResumeDaemons Function

Syntax

Result ResumeDaemons(
     bit32 mask = CONTROL_MASK_DEFAULT
);

Arguments

Name Description
in mask Specifies the target daemon.

Return Values

Returns whether 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