This macro takes a parameter pointer and returns FALSE if the pointer is NULL, and TRUE otherwise.
Header file: | Ndis.h |
Windows CE versions: | 2.0 and later |
BOOLEAN ARGUMENT_PRESENT( IN ( CHAR * ) ArgumentPointer );
Returns FALSE if the value of ArgumentPointer is NULL, TRUE otherwise.
This macro can be called in conditional code to determine whether an optional argument has been passed in a call.
A driver that calls this macro can be running at any IRQL.