April 26, 2024

Dynamic Windows Function [dw_shutdown]

Syntax

void dw_shutdown(void)

Description

Cleanly terminates a DW session, should be signal handler safe but does not exit.

Remarks

This API was introduced in version 3.0.

dw_exit() is preferred to dw_shutdown() unless there is a need to finish processing before exiting. An example of this is when used as a binding in a scripting language that needs to do post exit processing.

After calling this function it is not safe to call any further Dynamic Windows functions.