xps in memory

This commit is contained in:
Kulikova Svetlana
2021-06-25 17:17:13 +03:00
parent b0c898b97e
commit 77ce9fbef3
15 changed files with 106 additions and 51 deletions

View File

@ -49,6 +49,11 @@ bool CDjVuFile::LoadFromFile(const std::wstring& file, const std::wstring& optio
return false;
}
bool CDjVuFile::LoadFromMemory(BYTE* data, DWORD length, const std::wstring& options,
const std::wstring& owner_password, const std::wstring& user_password)
{
return false;
}
void CDjVuFile::Close()
{