nn::gd::CTR::System::SetCallbackFunctionError Member Function
static void SetCallbackFunctionError(
gdCallbackfunctionErrorPtr callbackFunctionError
);
| Name | Description | |
|---|---|---|
| in | callbackFunctionError | Specifies the callback function to be called if an error occurs. |
Sets the callback function.
The definition of gdCallbackfunctionErrorPtr is as shown below.
typedef void (*gdCallbackfunctionErrorPtr)(nnResult result, const char* functionName);
| Name | Description | |
|---|---|---|
| out | result | Errors from the gd function are passed. |
| in | functionName | In the debug mode or development mode, this specifies the pointer that stores the gd function that generated the error. In the release mode, specifies a null. |
gdCallbackfunctionErrorPtr.CONFIDENTIAL