uint64_t
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 MONGOC_GRIDFS_FILE_TELL(3)
Description
This function returns the current position indicator within file.
Parameters
• file: A mongoc_gridfs_file_t.
Returns
Returns a file position as an unsigned 64-bit integer.
Synopsis
uint64_t
mongoc_gridfs_file_tell (mongoc_gridfs_file_t *file);
