SdsExternInfo - Return the address of an external object
Function
Return the address of an external object
Description
Return the address of an external SDS object given its id.
This is the address which was given to SdsAccess.
Language
C
Declaration
void SdsExternInfo(SdsIdType id, void ** address, StatusType
* SDSCONST status)
Parameters
(">" input, "!" modified, "W"
workspace, "<" output)
> | id | SdsIdType | Identifier of the object
|
---|
< | address | void ** | Address of object
|
---|
! | status | StatusType* | Modified status. Possible failure codes
are:
|
---|
|
SDS__BADID |
The identifier is invalid.
|
---|
SDS__EXTERN |
Not an external object.
|
---|
|
Support
Jeremy Bailey, {AAO}
Version date
13-Jul-98
Click here for the DRAMA home page and
here for the AAO home page.
For more information, contact tony.farrell@mq.edu.au