PvBackupGetLogDir()
Description
Obtains the directory where Backup Agent log files are written
Include
pvbackupapi.h
Library
pvbackupapi.lib (Windows 32-bit)
w64pvbackupapi.lib (Windows 64-bit)
libpvbackupapi.so (Linux)
Syntax
const char* const PvBackupGetLogDir();
Return Value
char*
A pointer to a static buffer containing the ANSI string in the system default character encoding. Returns NULL on failure, or if LogsPath registry key is deleted or empty.
The string is usable as ASCII on an English-only system.
Remarks
This is the single-byte character set.
See Also