Searched refs:mailData (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfpdfformfill.h138 * mailData - Pointer to the data buffer to be sent.Can be NULL.
139 * length - The size,in bytes, of the buffer pointed by mailData parameter.Can be 0.
149 * If the parameter mailData is NULL or length is 0, the current document will be mailed as an attachment to all recipients.
151 void (*Doc_mail)(struct _IPDF_JsPlatform* pThis,void* mailData, int length,FPDF_BOOL bUI, FPDF_WIDESTRING To, FPDF_WIDESTRING Subject, FPDF_WIDESTRING CC, FPDF_WIDESTRING BCC, FPDF_WIDESTRING Msg);
H A Dfsdk_mgr.h234 void JS_docmailForm(void* mailData, int length, FPDF_BOOL bUI,FX_LPCWSTR To, FX_LPCWSTR Subject, FX_LPCWSTR CC, FX_LPCWSTR BCC, FX_LPCWSTR Msg) argument
248 m_pInfo->m_pJsPlatform->Doc_mail(m_pInfo->m_pJsPlatform, mailData, length, bUI, pTo, pSubject,

Completed in 89 milliseconds