FPDFAvail_Destroy method
Destroy the |avail| document availability provider.
avail - handle to document availability provider to be destroyed.
Implementation
void FPDFAvail_Destroy(FPDF_AVAIL avail) {
return _FPDFAvail_Destroy(avail);
}
Destroy the |avail| document availability provider.
avail - handle to document availability provider to be destroyed.
void FPDFAvail_Destroy(FPDF_AVAIL avail) {
return _FPDFAvail_Destroy(avail);
}