SdsIsDefined - Return whether a primitive object is defined
Function
Return whether a primitive object is defined
Description
Given the identifier to an object, return whether its data is defined.
Language
C
Declaration
int SdsIsDefined(SdsIdType id, StatusType * SDSCONST status)
Parameters
(">" input, "!" modified, "W"
workspace, "<" output)
> | id | SdsIdType | The identifier to the data object.
|
---|
! | status | StatusType* | Modified status. Possible failure codes
are:
|
---|
|
SDS__BADID |
The identifier is invalid
|
---|
SDS__NOTPRIM |
The identifier is not a primitive item
|
---|
|
Returned
| SdsIsDefined | int | True if data is defined. False otherwise.
|
---|
|
Prior requirements
None.
Support
Jeremy Bailey, {AAO}
Version date
18-Oct-91
Click here for the DRAMA home page and
here for the AAO home page.
For more information, contact tony.farrell@mq.edu.au