SdsReadFree - Free Buffer allocated by SdsRead
Function
Free Buffer allocated by SdsRead
Description
SdsRead allocates a block of memory to hold the external object read in.
This memory can be released when the object is no longer required by calling
SdsReadFree (note that it is not possible to SdsDelete an external object).
If SdsReadFree is given an idientifier which was not produced by a call to
SdsRead it will do nothing.
Language
C
Declaration
void SdsReadFree(SdsIdType id, StatusType *status)
Parameters
(">" input, "!" modified, "W"
workspace, "<" output)
< | id | SdsIdType* | The identifier to the external object.
|
---|
! | status | long* | Modified status. Possible failure codes are:
|
---|
|
SDS__NOTSDS |
Not a valid SDS object
|
---|
SDS__NOMEM |
Insufficient memory
|
---|
|
Support
Jeremy Bailey, {AAO}
Version date
28-Aug-95
Click here for the DRAMA home page and
here for the AAO home page.
For more information, contact tony.farrell@mq.edu.au