ArgPutu64 - Put an unsigned 64 bit integer item into an argument structure

Function

Put an unsigned 64 bit integer item into an argument structure

Description

An unsigned 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 ArgPutu64(SdsIdType id, const char *name, unsigned long value, const StatusType * status)

Parameters

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

>idSdsIdTypeIdentifier to the structure.
>namechar*Name of the component to be written to.
>valueUINT64Unsigned 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