NET_SDK_GetNvrRecordDays¶
Interface Definition¶
1 2 3 4 5 | |
1 2 3 4 5 | |
Function Description¶
Get the number of days of recording (only supported by N9000).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| pDiskRecDateInfoout | NET_SDK_NVR_DISKREC_DATE_ITEM* | Recording days information. |
| lBuffSizein | LONG | PDiskRecDateInfo: Specifies the space size to be applied for. |
| pDISKCountout | LONG* | Number of disks. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None