This macro evaluates the specified condition in a debug build. If the resulting evaluations is FALSE, it calls DbgAssert to handle the assertion failure.
Header file: | Ndis.h |
Windows CE versions: | 2.0 and later |
ASSERT( Expression );
TRUE indicates success. FALSE indicates failure.
If you use this macro, DbgAssert might display a message box. If this is not acceptable in your environment, use KASSERT instead.