NET_SDK_SetSDKMessageCallBack¶
Interface Definition¶
1 2 3 4 5 | |
1 2 3 4 5 | |
Function Description¶
SDK operation exception callback function.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| nMessagein | UINT | Information. |
| hWndin | HWND | The window handle that receives the exception information message. |
| fExceptionCallBackin | EXCEPTION_CALLBACK | The callback function that receives the exception message and calls back the relevant information of the current exception. For details, refer to EXCEPTION_CALLBACK. |
| pUserin | void* | User-defined parameters. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None