1 #ifndef __DIGI_DOC_SRV_H__ 2 #define __DIGI_DOC_SRV_H__ 22 #include <libdigidoc/DigiDocDefs.h> 23 #include <libdigidoc/DigiDocHTTP.h> 24 #include <libdigidoc/DigiDocMem.h> 30 #define STATUS_UNKNOWN 0 31 #define STATUS_OUTSTANDING_TRANSACTION 1 32 #define STATUS_SIGNATURE 2 33 #define STATUS_ERROR 3 49 DIGIDOC_DEPRECATED EXP_OPTION
int ddsGetStatus(
SignedDoc* pSigDoc,
long lSesscode,
50 char* url,
char* proxyHost,
char* proxyPort,
66 EXP_OPTION
int ddsGetStatusWithFile(
SignedDoc* pSigDoc,
long lSesscode,
67 char* url,
char* proxyHost,
char* proxyPort,
68 int* pStatus,
const char* szFileName);
86 EXP_OPTION
int ddsSign(
SignedDoc* pSigDoc,
87 const char* szIdCode,
const char* szPhoneNo,
88 const char* szLang,
const char* szServiceName,
89 const char* manifest,
const char* city,
90 const char* state,
const char* zip,
92 char* url,
char* proxyHost,
char* proxyPort,
93 long* pSesscode,
char* szChallenge,
int nChalLen);
102 #endif // __DIGI_DOC_CFG_H__ Definition: DigiDocObj.h:177