Searched defs:AssertPtrNull (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dassert.h2572 /** @def AssertPtrNull
2577 #define AssertPtrNull(pv) AssertMsg(VALID_PTR(pv) || (pv) == NULL, ("%p\n", (pv))) macro

Completed in 36 milliseconds