Debugging Tools for Windows

Uninitialize

The Uninitialize method is called by the engine to uninitialize an EngExtCpp extension library before it is unloaded.

virtual void
  Uninitialize(
    void
    )

Parameters

None

Return Value

None

Comments

If this method is defined in the extension library class EXT_CLASS, it can be used by the extension library to clean up before it is unloaded.

There may or may not be a debugging session active when this function is called, so you should not assume that the extension can query session information.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

EXT_CLASS, Initialize

Build machine: CAPEBUILD