Defining the Character String Padding Type
Function Syntax
Define the character string padding type.
herr_t H5Tset_strpad(hid_t datatype, H5T_str_t strpad )
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
datatype |
Identifier of the data type to modify |
Integer |
Input |
strpad |
Character string padding type |
Non-empty |
Input |
Return Value
- Success: non-negative value
- Failure: negative value
Parent topic: Data Type APIs