WinCvtFinalTeardown

A well behaved application should call WinCvtFinalTeardown before terminating.

VOID
WinCvtFinalTeardown();

Parameters

There are no parameters for this function.

Return Values

There is no return value from this function.

Remarks

A well behaved application should call WinCvtFinalTeardown immediately before terminating to ensure any persistant state is torn down. With debugging enabled, this function will also ensure there are no application leaks when the application terminates.

QuickInfo

WinCvt: Requires 0.1.0.
Header: Declared in WinCvt.h.
Import Library: Use WinCvt.lib.

See Also