Rate This Document
Findability
Accuracy
Completeness
Readability

KmlScaissCsiClean?I

Release the internal data structure.

Interface Definition

C interface:

int KmlScaissCsiCleanSI(KmlScasolverTask **handle);

int KmlScaissCsiCleanDI(KmlScasolverTask **handle);

Parameters

Parameter

Type

Description

Input/Output

handle

KmlScasolverTask **

Solver handle, which is a variable passed from a previous step.

Input/Output

Return Value

Return Value

Type

Description

KMLSS_NO_ERROR

int

Normal execution.

KMLSS_NULL_ARGUMENT

int

The value of handle is null.

Dependencies

#include "kml_scaiss.h"

For details about the sample code, see Samples.