language from codeThu, 09 Mar 2023

Function KfxDocPreProcess ( Id As Long, NumberOfPages As Integer, _ AlreadyProcessed As Integer) As Integer On Error GoTo Failure If (AlreadyProcessed) Then KfxDocPreProcess = NoError Exit Function End If KfxDocPreProcess = NoError Exit Function Failure: KfxDocPreProcess = FatalError Exit Function End Function

C++

Questions about programming?Chat with your personal AI assistant