PT_InitClient

PT_InitClient — initializes the static hash table of referenced points.

Syntax

#include <cogent.h>

ST_STATUS PT_InitClient(void);

Arguments

None.

Returns

ST_OK on success, ST_ERROR on failure.

Description

This function initializes a statically held hash table that is used to maintain the definitions of all points that have been accessed by the program.

See Also

Point Structure, Storage, and Manipulation, PT_FindCPoint,