SdsRename - Change the name of an object.

Function

Change the name of an object.

Description

Specify a new name for an object.

Language

C

Declaration

void SdsRename(SdsIdType id, char* name, StatusType * SDSCONST status)

Parameters

(">" input, "!" modified, "W" workspace, "<" output)

>idSdsIdTypeIdentifier of the object to be renamed.
>namechar*New name for the object. This should have a maximum length of 16 characters including the terminating null.
!statuslong*Modified status. Possible failure codes are:

SDS__BADID The identifier is invalid.
SDS__LONGNAME The name is too long.

Support

Jeremy Bailey, {AAO}

Version date

24-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