Rate This Document
Findability
Accuracy
Completeness
Readability

KmlDssClean

Destroy the solver handle created by KmlDssInit.

Interface Definition

C interface:

int KmlDssClean(KmlDssSolver **pSolver);

Parameters

Parameter

Type

Description

Input/Output

pSolver

KmlDssSolver **

Solver handle created by KmlDssInit.

Input/Output

Return Value

Return Value

Type

Description

KMLSS_NO_ERROR

int

Normal execution.

KMLSS_NULL_ARGUMENT

int

The value of pSolver is null.

Dependencies

#include "kml_dss.h"