nn::nex::DOCore::GetInstance Member Function

Syntax

static DOCore * GetInstance();

Parameters

None.

Return Values

Pointer to a DOCore instance.

Description

Returns a pointer to a DOCore instance.

Use the reference returned by this function to work with DOCore objects.

You can get a pointer to a DOCore object after the creation of a NetZ instance. Returns NULL if the NetZ instance is not created yet or has been destroyed.

Revision History

2012/09/20
Initial version.

CONFIDENTIAL