NET_SDK_CloseUpgradeHandle¶
Interface Definition¶
1 2 | |
1 2 | |
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