|
libnx v4.9.0
|
[11.0.0+] Error Context services IPC wrapper. More...
Go to the source code of this file.
Functions | |
| Result | ectxrInitialize (void) |
| Initialize ectx:r. | |
| void | ectxrExit (void) |
| Exit ectx:r. | |
| Service * | ectxrGetServiceSession (void) |
| Gets the Service object for the actual ectx:r service session. | |
| Result | ectxrPullContext (s32 *out0, u32 *out_total_size, u32 *out_size, void *dst, size_t dst_size, u32 descriptor, Result result) |
| Retrieves the error context associated with an error descriptor and result. | |
[11.0.0+] Error Context services IPC wrapper.
| Result ectxrPullContext | ( | s32 * | out0, |
| u32 * | out_total_size, | ||
| u32 * | out_size, | ||
| void * | dst, | ||
| size_t | dst_size, | ||
| u32 | descriptor, | ||
| Result | result | ||
| ) |
Retrieves the error context associated with an error descriptor and result.
| [out] | out0 | Output value. |
| [out] | out_total_size | Total error context size. |
| [out] | out_size | Error context size. |
| [out] | dst | Buffer for output error context. |
| [in] | dst_size | Buffer size for output error context. |
| [in] | descriptor | Error descriptor. |
| [in] | result | Error result. |