Share via


Assert Functions (Compact 2013)

3/26/2014

DirectShow has two assertion functions. You should call the assertion functions from assertion macros, rather than from normal code.

Programming element

Description

DbgAssert

Handles an assertion failure in a debug build.

DbgKernelAssert

Handles a kernel assertion failure in a debug build.

See Also

Reference

DirectShow Debugging Functions