Error Event

Fires if an unhandled error occurs during an event.

Syntax

virtual int FireError(CBDirectErrorEventParams *e);
typedef struct {
int ErrorCode;
const char *Description; int reserved; } CBDirectErrorEventParams;
virtual INT FireError(CBDirectErrorEventParams *e);
typedef struct {
INT ErrorCode;
LPCWSTR Description; INT reserved; } CBDirectErrorEventParams;

Remarks

This event fires if an unhandled error occurs during another event. Developers can use this information to help track down unhandled errors in an application's event handlers.

 
 
Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Direct 2020 C++ Edition - Version 20.0 [Build 7836]