Skip to content

ref_vfcallback_Except

shekh edited this page Apr 15, 2018 · 1 revision

VirtualDub Plugin SDK 1.2

Except video filter callback

Except

Throws an exception with an arbitrary message and printf-style formatting.

void __cdecl Except(const char *format, ...);

Thread safety

This method is not thread-safe.

Exceptions

This function must not throw exceptions (see Except()).

Remarks

This may only be called in callback functions that expect exceptions. This function does not return.


Copyright (C) 2007-2012 Avery Lee.

Clone this wiki locally