nn::nex::VirtualSocketDriver::UnregisterVirtualNetwork Member Function

Syntax

static qBool UnregisterVirtualNetwork();

Parameters

None.

Return Values

Returns false if no instance has been registered. Otherwise, returns true.

Description

Unregisters the instance of the derived class that inherits from VirtualNetwork and changes the mode to Internet communication mode.

Before you destroy a VirtualNetwork derived class instance, be sure to call this function and unregister the instance.

If you are returning to Internet communication mode from local communication mode, after you call this function create an instance of NetZ again.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL