Skip to content

NET_SDK_CloseUpgradeHandle

Interface Definition

1
2
BOOL NET_SDK_CloseUpgradeHandle(
    POINTERHANDLE lUpgradeHandle);
1
2
public static extern bool NET_SDK_CloseUpgradeHandle(
    POINTERHANDLE lUpgradeHandle);

Function Description

Close the remote upgrade handle to release resources.

Parameter Description

Parameters Type Remark
lUpgradeHandlein POINTERHANDLE Upgrade handle, the return value of NET_SDK_Upgrade, NET_SDK_UpgradeEx, or NET_SDK_UpgradeIPC.

Return Value

  • type:BOOL

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

Remarks

None

Error Code