SE_rasterinfo_create |
Creates an SE_RASTERINFO structure
LONG SE_rasterinfo_create (SE_RASTERINFO *raster);
raster | A pointer to the raster structure |
SE_rasterinfo_create allocates and initializes an SE_RASTERINFO structure which contains information about a raster.
SE_SUCCESS
SE_FAILURE
SE_INVALID_POINTER
SE_NET_FAILURE
SE_OUT_OF_CLMEM
SE_SDE_NOT_STARTED
∙ You must call this function to create a valid SE_RASTERINFO object before using any other function that requires an SE_RASTERINFO pointer.