krl_clean_distance_handle
Interface Definition
void krl_clean_distance_handle(KRLDistanceHandle** kdh);
Function
Destroys the KRLDistanceHandle instance and releases memory space.
Parameters
Parameter |
Data Type |
Description |
Value Range |
|---|---|---|---|
kdh |
KRLDistanceHandle** |
Pointer to the KRLDistanceHandle instance to be destroyed. |
Points to a pointer that should be initialized by krl_create_distance_handle. |
Parent topic: Handle Class Interfaces