Home
last modified time | relevance | path

Searched refs:RTL_VERIFYMSG (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/xdk/
H A Drtlfuncs.h3260 #define RTL_VERIFYMSG(msg, exp) \ macro
3274 #define ASSERTMSG (void)RTL_VERIFYMSG
3299 #define RTL_VERIFYMSG(msg, exp) ((exp) ? TRUE : FALSE) macro