Skip to content

NET_SDK_CloseFormatHandle

Interface Definition

1
2
BOOL NET_SDK_CloseFormatHandle(
    POINTERHANDLE lFormatHandle);
1
2
public static extern bool NET_SDK_CloseFormatHandle(
    POINTERHANDLE lFormatHandle);

Function Description

Close the formatting hard disk handle to release resources (only supports 3.0DVR).

Parameter Description

Parameters Type Remark
lFormatHandlein POINTERHANDLE Format hard disk handle, the return value of NET_SDK_FormatDisk.

Return Value

  • type:BOOL

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

Remarks

None

Error Code