SE_rasterattr_create |
Creates an SE_RASTERATTR structure
LONG SE_rasterattr_create (SE_RASTERATTR *handle, BOOL input_mode);
handle | A pointer to the raster attribute structure |
input_mode | If TRUE, set for input. If FALSE, set for output |
SE_rasterattr_create allocates and initializes an SE_RASTERATTR structure which contains information about raster attributes.
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_RASTERATTR object before using any other function that requires an SE_RASTERATTR pointer.