Microsoft Windows CE 3.0  

KASSERT

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

In a debug build, if the condition evaluates to FALSE, the KASSERTmacro prints the condition on the kernel debugger, including the file name and line number.

KASSERT(
cond
);

Parameters

cond
Condition (a Boolean expression).

Remarks

This macro is ignored unless DEBUGis defined when the Microsoft DirectShow headers are included.

Unlike ASSERTand EXECUTE_ASSERT, if you use this macro in a debug build no message box will appear.