PvBackupGetLogDirW()
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 wchar_t* const PvBackupGetLogDirW();
Return Value
wchar_t*
A pointer to a static buffer containing the wide-character string. Returns NULL on failure, or if LogsPath registry key is deleted or empty.
Remarks
This is the double-byte character set.
See Also