NET_SDK_GetRecordDevice¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Get device information on the device recording. The device may have been deleted or is offline.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| lpRecordDeviceout | NET_SDK_RECORD_DEVICE* | Recording device information structure array. |
Return Value¶
-
type:unsigned int
-
remark:The number of recording devices.
Remarks¶
None