19 #ifndef DETOURSTATUS_H    20 #define DETOURSTATUS_H    61         return (status & detail) != 0;
    64 #endif // DETOURSTATUS_H static const unsigned int DT_WRONG_VERSION
 
static const unsigned int DT_STATUS_DETAIL_MASK
 
static const unsigned int DT_SUCCESS
 
static const unsigned int DT_BUFFER_TOO_SMALL
 
static const unsigned int DT_WRONG_MAGIC
 
static const unsigned int DT_OUT_OF_NODES
 
static const unsigned int DT_PARTIAL_RESULT
 
bool dtStatusSucceed(dtStatus status)
 
bool dtStatusFailed(dtStatus status)
 
static const unsigned int DT_INVALID_PARAM
 
bool dtStatusInProgress(dtStatus status)
 
static const unsigned int DT_IN_PROGRESS
 
bool dtStatusDetail(dtStatus status, unsigned int detail)
 
static const unsigned int DT_OUT_OF_MEMORY
 
static const unsigned int DT_FAILURE