1MONGOC_GRIDFS_FILE_DESTROY(3) libmongoc MONGOC_GRIDFS_FILE_DESTROY(3)
23
4
NAME
6mongoc_gridfs_file_destroy - mongoc_gridfs_file_destroy()
7
SYNOPSIS
9void
10mongoc_gridfs_file_destroy (mongoc_gridfs_file_t *file);
11
PARAMETERS
13• file: A mongoc_gridfs_file_t.
14
DESCRIPTION
16Destroys the mongoc_gridfs_file_t instance and any resources associated
17with it. Does nothing if file is NULL.
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.17.6 Jun 03, 2021 MONGOC_GRIDFS_FILE_DESTROY(3)