Files
core/ASCOfficePDFWriter/PdfWriterLib/EncryptDictionary.h
Elen.Subbotina 2276da418e правки под Linux после исправлений под iOs . BOOL -> bool (TRUE->true, FALSE->false)
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62078 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:57:10 +03:00

17 lines
758 B
C

#ifndef _ENCRYPT_DICTIONARY_H
#define _ENCRYPT_DICTIONARY_H
#pragma once
#include "MetaData.h"
//-------- EncryptDict - ќсновные функции ------------------------------------------------
void EncryptDictOnFree (Dict pObj);
EncryptDict EncryptDictNew (MMgr oMMgr, Xref pXref);
void EncryptDictCreateID (EncryptDict pDict, Dict pInfo, Xref pXref);
unsigned long EncryptDictSetPassword(EncryptDict pDict, const char *sOwnerPassword, const char *sUserPassword);
bool EncryptDictValidate (EncryptDict pDict);
unsigned long EncryptDictPrepare (EncryptDict pDict, Dict pInfo, Xref pXref);
EncryptRecPtr EncryptDictGetAttr (EncryptDict pDict);
#endif /* _ENCRYPT_DICTIONARY_H */