FPDFDOC_ExitFormFillEnvironment function
- @Native<Void Function(FPDF_FORMHANDLE)>(FPDF_FORMHANDLE)>()
- FPDF_FORMHANDLE hHandle
Function: FPDFDOC_ExitFormFillEnvironment Take ownership of |hHandle| and exit form fill environment. Parameters: hHandle - Handle to the form fill module, as returned by FPDFDOC_InitFormFillEnvironment(). Return Value: None. Comments: This function is a no-op when |hHandle| is null.
Implementation
@ffi.Native<ffi.Void Function(FPDF_FORMHANDLE)>()
external void FPDFDOC_ExitFormFillEnvironment(FPDF_FORMHANDLE hHandle);