SE_rascolinfo_create

Creates an SE_RASCOLINFO structure

Usage syntax

LONG SE_rascolinfo_create (SE_RASCOLINFO *rastercolumn);

Parameters
rastercolumn A pointer to the raster column structure
Description

SE_rascolinfo_create allocates and initializes an SE_RASCOLINFO structure which contains information about a raster column. 

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_SDE_NOT_STARTED

Notes

∙ You must call this function to create a valid SE_RASCOLINFO object before using any other function that requires an SE_RASCOLINFO pointer. The only exception is the SE_rastercolumn_get_info_list function which internally allocates and initializes the array of SE_RASCOLINFO structure.