nw::gfx::Result Classclass Result
Class for returning the results of operations.
| S |
MASK_FAIL_BIT
|
const bit32 | Bits that represent either success or failure. |
|---|---|---|---|
| S |
MASK_DESCRIPTION
|
const bit32 | Bits that represent the content of errors. |
| Result | Constructor. | |
|---|---|---|
operator=
|
Bit assignment. | |
operator|=
|
Bitwise OR assignment. | |
operator&=
|
Bitwise AND assignment. | |
GetCode
|
Gets a value representing an error code. | |
IsFailure
|
Returns true if the operation failed, or false if it succeeded. |
|
IsSuccess
|
Returns true if the operation succeeded, or false if it failed. |
|
GetDescription
|
Gets the error content. |
CONFIDENTIAL