FSDK_SetUnSpObjProcessHandler function
- @Native<FPDF_BOOL Function(Pointer<
UNSUPPORT_INFO> )>(ffi.Pointer<UNSUPPORT_INFO>)>()
- Pointer<
UNSUPPORT_INFO> unsp_info
Setup an unsupported object handler.
unsp_info - Pointer to an UNSUPPORT_INFO structure.
Returns TRUE on success.
Implementation
@ffi.Native<FPDF_BOOL Function(ffi.Pointer<UNSUPPORT_INFO>)>()
external int FSDK_SetUnSpObjProcessHandler(
ffi.Pointer<UNSUPPORT_INFO> unsp_info,
);