ARGUMENT_PRESENT

ARGUMENT_PRESENT is a macro that takes an argument pointer and returns FALSE if the pointer is NULL, TRUE otherwise.

Syntax

BOOLEAN ARGUMENT_PRESENT(IN (CHAR *) ArgumentPointer);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit

See Also