Chapter
6
Software utirity
Table 6.5 RAID progress
int GetRaidProgress ( int Port, int *iError)
Functional
A function to get the progress of rebuilding.
Argument
The first argument Port
Specify the disk number (0 or higher) comprising the RAID.
This number can be checked through “Disk Management (diskmgmt.msc) in
Windows.
The second argument *iError
Specify a pointer to the int variable storing run-time errors.
If you do not have to get the execution result of the function, specify
a NULL pointer.
One of the following fixed values is stored.
9
RAIDLIB_ERROR_SUCESS
The function was executed successfully.
9
RAIDLIB_ERROR_OPEN
The device cannot be opened.
9
RAIDLIB_ERROR_READ
Data cannot be read.
9
RAIDLIB_ERROR_CLOSE
Data cannot be close.
Return value -1: Error: Could not get progress. refer to iError.
0 or higher: Indicates rebuilding progress % (percent).
Explanation
When you get RAIDSTS_DRIVE(x)_REBUILD or RAIDSTS_DRIVE(x)_VERIFY_CHECK
by the RaidGetStatus function, you can get the rebuilding progress by
executing this function.
Remarks
Necessary header file:RaidLib.h
Static link library:RaidLib.lib
Dynamic link library:RaidLib.dll、smart.dll
User’s Manual
105
Содержание VPC-2000
Страница 1: ...FA PC VPC Series VPC 2000 User s Manual CONTEC CO LTD...
Страница 2: ......
Страница 15: ...Chapter About the product Physical dimensions VPC 2000 mm Figure 2 1 VPC 2000 User s Manual 9...
Страница 18: ...Chapter About the product Motherboard Block chart Figure 2 4 Motherboard Block chart 12 User s Manual...
Страница 85: ...Chapter Software utirity 4 Language select Select a language and click Next 5 Setup Click Next User s Manual 79...
Страница 112: ...Chapter Software utirity 106 User s Manual...
Страница 122: ...Chapter Software RAID setup 3 Check Yes and select Next Input Name and Advanced arbitrarity 116 User s Manual...