nn::ndm::Initialize Function

Syntax

Result Initialize(
     void
);

Parameters

None.

Return Values

Whether or not the operation was successful.

Description

Initializes the network daemon control library.

You must call this function before calling any of the functions in the nn::ndm namespace.
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