Searched defs:AssertPtrNullReturn (Results 1 - 1 of 1) sorted by relevance
/vbox/include/iprt/ | ||
H A D | assert.h | 2579 /** @def AssertPtrNullReturn 2585 #define AssertPtrNullReturn(pv, rcRet) AssertMsgReturn(VALID_PTR(pv) || (pv) == NULL, ("%p\n", (pv)), rcRet) macro |
Completed in 38 milliseconds