Go to the source code of this file.
bool dtStatusDetail |
( |
dtStatus |
status, |
|
|
unsigned int |
detail |
|
) |
| |
|
inline |
61 return (status & detail) != 0;
static const unsigned int DT_FAILURE
Definition: DetourStatus.h:25
static const unsigned int DT_IN_PROGRESS
Definition: DetourStatus.h:27
static const unsigned int DT_SUCCESS
Definition: DetourStatus.h:26
const unsigned int DT_BUFFER_TOO_SMALL = 1 << 4 |
|
static |
const unsigned int DT_FAILURE = 1u << 31 |
|
static |
const unsigned int DT_IN_PROGRESS = 1u << 29 |
|
static |
const unsigned int DT_INVALID_PARAM = 1 << 3 |
|
static |
const unsigned int DT_OUT_OF_MEMORY = 1 << 2 |
|
static |
const unsigned int DT_OUT_OF_NODES = 1 << 5 |
|
static |
const unsigned int DT_PARTIAL_RESULT = 1 << 6 |
|
static |
const unsigned int DT_STATUS_DETAIL_MASK = 0x0ffffff |
|
static |
const unsigned int DT_SUCCESS = 1u << 30 |
|
static |
const unsigned int DT_WRONG_MAGIC = 1 << 0 |
|
static |
const unsigned int DT_WRONG_VERSION = 1 << 1 |
|
static |