FreeContainer method (Twain Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

int FreeContainer(pTW_CAPABILITY pCapability);

Delphi Syntax

Function FreeContainer (pCapability: pTW_CAPABILITY ): L_INT;

Overview

Refer to How to Work with the Containers.

Remarks

Frees the container of the specified structure.

The container in the TW_CAPABILITY structure will be internally freed.

This is a container that was allocated by one of the following methods:

CreateNumericContainerOneValue

CreateNumericContainerArray

CreateNumericContainerEnum

CreateNumericContainerRange

See Also

Elements:

CreateNumericContainerOneValue method, CreateNumericContainerArray method, CreateNumericContainerEnum method, CreateNumericContainerRange method.

Topics:

TWAIN Functionality: Containers.