NET_SDK_EnterDVRConfig¶
Interface Definition¶
1 2 | |
1 2 | |
Function Description¶
Enter the device configuration (only supports 3.0DVR). Only one person is allowed to modify the configuration at the same time.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
Return Value¶
-
type:LONG
-
remark:The status value of the operation, -3: Sending failed -1: Someone is operating -2: No permission -4: Parameter error 0: Success.
Remarks¶
None