Searched refs:NT_SUCCESS (Results 1 – 1 of 1) sorted by relevance
156 #ifndef NT_SUCCESS157 #define NT_SUCCESS(_status) ((_status) >= 0) macro