SuspendDaemons

nn::ndm::SuspendDaemons Function

Syntax

Result SuspendDaemons(
     bit32 mask = CONTROL_MASK_DEFAULT
);

Parameters

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
ResultInvalidOperation There are too many suspend operations.

Description

Suspends autonomous operation of all network daemons.

Returns processing without waiting for the suspend to complete. Same as repeatedly calling the Suspend function.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL