Skip to content

NET_SDK_StopGetFile

Interface Definition

1
2
BOOL NET_SDK_StopGetFile(
    POINTERHANDLE lFileHandle);
1
2
public static extern bool NET_SDK_StopGetFile(
    POINTERHANDLE lFileHandle);

Function Description

Stop downloading video files.

Parameter Description

Parameters Type Remark
lFileHandlein POINTERHANDLE Download handle, return value of NET_SDK_GetFileByTime, NET_SDK_GetFileByTimeEx, NET_SDK_GetFileByTimeExV2.

Return Value

  • type:BOOL

  • remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code