ArgPuti64 - Put a 64 bit integer item into an argument structure

Function

Put a 64 bit integer item into an argument structure

Description

A 64 bit integer item is written into a named component within the specified argument structure. The component is created if it does not currently exist.

Language

C

Declaration

void ArgPuti64(SdsIdType id, const char *name, INT64 value, const StatusType * status)

Parameters

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

>idSdsIdTypeIdentifier to the structure.
>namechar*Name of the component to be written to.
>valueINT6464 bit integer value to be written.
!statusStatusType*Modified status. Possible failure codes are:

SDS__NOMEM Insufficient memory for creation
SDS__BADID Invalid Identifier
ARG__NOTSCALAR Item is not a scalar
ARG__CNVERR Type conversion error

Support

Tony Farrell, {AAO}

Version date

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