IsChild

nn::dlp::CTR::IsChild Function

Syntax

bool IsChild();

Arguments

None.

Return Values

Returns whether it is a child program.

Value Description
true It is a child program.
false It is not a child program.

Description

Determines whether the program that called this function is a child program.

Do not use this while nn::dlp::Server or nn::dlp::FakeClient is in use (initialized).

Revision History

2011/10/27
Initial version.

CONFIDENTIAL