Unit 'video' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#rtl]

DefaultErrorHandler

Default error handling routine.

Declaration

Source position: videoh.inc line 261

function DefaultErrorHandler(

  AErrorCode: LongInt;

  AErrorInfo: Pointer

):TErrorHandlerReturnValue;

Description

DefaultErrorHandler is the default error handler used by the video driver. It simply sets the error code AErrorCode and AErrorInfo in the global variables ErrorCode and ErrorInfo and returns errContinue.

Errors

None.


Documentation generated on: Jul 24 2023