Previous: SDDS_GetRow
Up: Manual Pages
Next: SDDS_GetValue
Previous Page: SDDS_GetRow
Next Page: SDDS_GetValue
- name:
SDDS_GetTypeSize
- description:
Returns the
- synopsis:
#include "SDDS.h"
long SDDS_GetTypeSize(long sdds_type);
- arguments:
- sdds_type: The SDDS data type for which the size is wanted. Must be one of the constants (defined in SDDS.h)
SDDS_DOUBLE, SDDS_FLOAT, SDDS_LONG, SDDS_SHORT, SDDS_CHARACTER, or SDDS_STRING
- return value:
On success, returns a positive integer giving the size of the data type in bytes.
On failure, returns -1 and records an error message.