H5PgetH5P_sharedGET_mesgSHARED_indexMESG_INDEX retrieves the message type and minimum message size settings from the file creation property list fcpl_id for the shared object header message index specified by index_num . index_num specifies the index. index_num is zero-indexed, so in a file with three indexes, they will be numbered 0 , 1 , and 2 .
mesg_type_flags and min_mesg_size will contain, respectively, the types of messages and the minimum size, in bytes, of messages that can be stored in this index.
Valid message types are described in H5Psetin H5P_sharedSET_mesgSHARED_indexMESG_INDEX. |