NET_SDK_GetRecordStatusEx¶
Interface Definition¶
1 2 3 4 | |
1 2 3 4 | |
Function Description¶
Get recording status information (not supported by IPC), extended interface of NET_SDK_GetRecordStatus.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| pRecordStatusout | NET_SDK_RECORD_STATUS_EX* | Recording status structure array. |
| maxNumin | LONG | PRecordStatusThe number of structures saved |
Return Value¶
-
type:LONG
-
remark:The actual number of statuses returned.
Remarks¶
None