NET_SDK_SetDVRMessageCallBack¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Set the SDK operation exception callback function.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| fMessageCallBackin | NET_MESSAGE_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