Common status/error codes for system functions.
- Enumerator:
| PCRSTATUS_OK |
Success (no errors).
|
| PCRSTATUS_ERROR |
General Failure.
Function call failed to execute or complete normally.
|
| PCRSTATUS_TIMEOUT |
Timeout reached.
|
| PCRSTATUS_DESTROYED |
Operation cancelled due to resource being destroyed.
|