[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'video' (#rtl)

DefaultErrorHandler

Default error handling routine.

Declaration

Source position: videoh.inc line 164

function DefaultErrorHandler(

  AErrorCode: LongInt;

  AErrorInfo: Pointer

):TErrorHandlerReturnValue;

Description

DefaultErrorHandleris the default error handler used by the video driver. It simply sets the error code AErrorCodeand AErrorInfoin the global variables ErrorCodeand ErrorInfoand returns errContinue.

Errors

None.