table of contents
| MONGOC_CLIENT_ENCRYPTION_ENCRYPT_STRING_SUFFIX_OPTS_DESTROY(3) | libmongoc | MONGOC_CLIENT_ENCRYPTION_ENCRYPT_STRING_SUFFIX_OPTS_DESTROY(3) |
SYNOPSIS¶
void mongoc_client_encryption_encrypt_string_suffix_opts_destroy(mongoc_client_encryption_encrypt_string_suffix_opts_t *opts);
Changed in version 2.4.0: Renamed from the now-deprecated text API.
Frees a mongoc_client_encryption_encrypt_string_suffix_opts_t <> created with mongoc_client_encryption_encrypt_string_suffix_opts_new() <>.
PARAMETERS¶
- •
- opts: A mongoc_client_encryption_encrypt_string_suffix_opts_t <> to destroy.
See also:
mongoc_client_encryption_encrypt_string_suffix_opts_new() <>
Author¶
MongoDB, Inc
Copyright¶
2009-present, MongoDB, Inc.
| August 27, 2026 | 2.5.1 |