ARGUMENT_PRESENT is a macro that takes an argument pointer and returns FALSE if the pointer is NULL, TRUE otherwise.
BOOLEAN ARGUMENT_PRESENT(IN (CHAR *) ArgumentPointer);
Header File: | Ndis.h |
Module: | Nk |
Platforms: | |
Versions: | 2.0 and later |
Complete Documentation: | Windows NT Device Driver Kit |