SQLITE_WIN32_DATA_DIRECTORY_TYPE(3) Library Functions Manual SQLITE_WIN32_DATA_DIRECTORY_TYPE(3)

SQLITE_WIN32_DATA_DIRECTORY_TYPE, SQLITE_WIN32_TEMP_DIRECTORY_TYPEwin32 directory types

#include <sqlite3.h>

#define SQLITE_WIN32_DATA_DIRECTORY_TYPE
#define SQLITE_WIN32_TEMP_DIRECTORY_TYPE

These macros are only available on Windows. They define the allowed values for the type argument to the sqlite3_win32_set_directory interface.

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

sqlite3_win32_set_directory(3)

January 24, 2024 NetBSD 11.0