FPDFDOC_ExitFormFillEnvironment method
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
void FPDFDOC_ExitFormFillEnvironment(FPDF_FORMHANDLE hHandle) {
return _FPDFDOC_ExitFormFillEnvironment(hHandle);
}