pub unsafe extern "C" fn FPDF_GetLastError() -> c_ulong
Expand description

Function: FPDF_GetLastError Get last error code when a function fails. Parameters: None. Return value: A 32-bit integer indicating error code as defined above. Comments: If the previous SDK call succeeded, the return value of this function is not defined.