Skip to content

NET_SDK_GetRecordStatusEx

Interface Definition

1
2
3
4
LONG NET_SDK_GetRecordStatusEx(
    LONG lUserID,
    NET_SDK_RECORD_STATUS_EX* pRecordStatus,
    LONG maxNum);
1
2
3
4
public static extern Int32 NET_SDK_GetRecordStatusEx(
    Int32 lUserID,
    IntPtr pRecordStatus,
    Int32 maxNum);

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

Error Code