FPDFDOC_ExitFormFillEnvironment function

  1. @Native<Void Function(FPDF_FORMHANDLE)>(FPDF_FORMHANDLE)>()
void FPDFDOC_ExitFormFillEnvironment(
  1. 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);