summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-06-24 13:14:29 (GMT)
committerGitHub <noreply@github.com>2022-06-24 13:14:29 (GMT)
commit57a850f8971909d178151b60b7e43a5f995b6a57 (patch)
tree513f0d045cc9f2cb58c1555de2e96dc9571aaaad /src/H5Ppublic.h
parent249008d4ce1616d139896813e63b379eb9e47199 (diff)
downloadhdf5-57a850f8971909d178151b60b7e43a5f995b6a57.zip
hdf5-57a850f8971909d178151b60b7e43a5f995b6a57.tar.gz
hdf5-57a850f8971909d178151b60b7e43a5f995b6a57.tar.bz2
Documents Windows badness in H5Pget_external() (#1821)
* Documents Windows badness in H5Pget_external() * Added a cast for off_t
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index d0bc2b8..8c021f2 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -5781,6 +5781,9 @@ H5_DLL herr_t H5Pget_dset_no_attrs_hint(hid_t dcpl_id, hbool_t *minimize);
* are null pointers then the corresponding information is not
* returned.
*
+ * \note On Windows, off_t is typically a 32-bit signed long value, which
+ * limits the valid offset that can be returned to 2 GiB.
+ *
* \version 1.6.4 \p idx parameter type changed to unsigned.
* \since 1.0.0
*