1MONGOC_GRIDFS_DESTROY(3) libmongoc MONGOC_GRIDFS_DESTROY(3)
23
4
NAME
6mongoc_gridfs_destroy - mongoc_gridfs_destroy()
7
SYNOPSIS
9void
10mongoc_gridfs_destroy (mongoc_gridfs_t *gridfs);
11
PARAMETERS
13• gridfs: A mongoc_gridfs_t.
14
DESCRIPTION
16This function shall destroy the gridfs structure referenced by gridfs
17and any resources associated with the gridfs. Does nothing if gridfs is
18NULL.
19
AUTHOR
21MongoDB, Inc
22
COPYRIGHT
242017-present, MongoDB, Inc
2526
27
28
29
1.17.6 Jun 03, 2021 MONGOC_GRIDFS_DESTROY(3)