nn::ndm::Initialize Function

Syntax

Result Initialize(
     void
);

Arguments

None.

Return Values

Whether or not the operation was successful.

Description

Initializes the network daemon control library.

Can be called repeatedly because a counter manages the number of times it has been called. If you call Initialize multiple times, call Finalize the same number of times.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL