Updated: 2025/Nov/16
Please read Privacy Policy. It's for your privacy.
SQLITE_WIN32_DATA_DIRECTORY_TYPE(3) Library Functions Manual
NAME
SQLITE_WIN32_DATA_DIRECTORY_TYPE, SQLITE_WIN32_TEMP_DIRECTORY_TYPE -
win32 directory types
SYNOPSIS
#include <sqlite3.h>
#define SQLITE_WIN32_DATA_DIRECTORY_TYPE
#define SQLITE_WIN32_TEMP_DIRECTORY_TYPE
DESCRIPTION
These macros are only available on Windows. They define the allowed
values for the type argument to the sqlite3_win32_set_directory
interface.
IMPLEMENTATION NOTES
These declarations were extracted from the interface documentation at
line 6545.
#define SQLITE_WIN32_DATA_DIRECTORY_TYPE 1
#define SQLITE_WIN32_TEMP_DIRECTORY_TYPE 2
SEE ALSO
sqlite3_win32_set_directory(3)
NetBSD 11.99 January 24, 2024 NetBSD 11.99