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++