ASSERTMSG

This macro evaluates the specified condition in a debug build. If the resulting evaluations is FALSE, it calls DbgAssert to handle the assertion failure and causes the message to be printed.

At a Glance

Header file: Ndis.h
Windows CE versions: 2.0 and later

Syntax

ASSERTMSG( Message, Expression );