|
DOF_PCR_DECLSPEC void PCR_ValidateFail |
( |
const char * |
expression, |
|
|
const char * |
filename, |
|
|
uint32 |
line |
|
) |
| |
Validation failure handler.
This function should never be called directly. This handles the failure of a PCR_Validate.
- Note
- This function should end by calling PCR_Die with a code of 1.
- Parameters
-
expression | The expression given to PCR_Validate that failed to evaluate to non-zero (TRUE), given as an ASCII C string. |
filename | The filename in which the failing PCR_Validate is located, given as an ASCII C string. |
line | The line number on which the failing PCR_Validate is located. |
|