Skip to content

NET_SDK_FindRecDate

Interface Definition

1
2
POINTERHANDLE NET_SDK_FindRecDate(
    LONG lUserID);
1
2
public static extern POINTERHANDLE NET_SDK_FindRecDate(
    Int32 lUserID);

Function Description

Search for video files by date.

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.

Return Value

  • type:POINTERHANDLE

  • remark:-1 indicates failure, other values ​​are used as the lookup handle.

Remarks

None

Error Code