1MONGOC_STREAM_DESTROY(3) libmongoc MONGOC_STREAM_DESTROY(3)
23
4
SYNOPSIS
6void
7mongoc_stream_destroy (mongoc_stream_t *stream);
8
PARAMETERS
10• stream: A mongoc_stream_t.
1112
This function shall release all resources associated with a
13mongoc_stream_t, including freeing the structure. It is invalid to use
14stream after calling this function. Does nothing if stream is NULL.
15
AUTHOR
17MongoDB, Inc
18
COPYRIGHT
202017-present, MongoDB, Inc
2122
23
24
25
1.25.1 Nov 08, 2023 MONGOC_STREAM_DESTROY(3)