Close_LVM_Engine

This function closes the LVM Engine. Any memory held by the LVM Engine is freed.


#include <lvm_intr.h>

void _System Close_LVM_Engine ( void );

Parameters

None.

Returns

N/A.

Errors

N/A.

Side Effects

Any memory held by the LVM Engine is released.

Notes

None.

16-Bit Equivalent:

void _Far16 _Pascal _loadds CLOSE_LVM_ENGINE16( void );