Updated: 2022/Sep/29

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 6441.

     #define SQLITE_WIN32_DATA_DIRECTORY_TYPE  1
     #define SQLITE_WIN32_TEMP_DIRECTORY_TYPE  2

SEE ALSO
     sqlite3_win32_set_directory(3)

NetBSD 10.99                    August 24, 2023                   NetBSD 10.99