NET_SDK_FindDiskClose¶
Interface Definition¶
1 2 | |
1 2 | |
Function Description¶
After obtaining the device hard disk information, release the resources.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lDiskHandlein | POINTERHANDLE | Get the disk information handle, the return value of NET_SDK_FindDisk |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None