CArclib::ArcIdentifyDisk

The ArcIdentifyDisk method identifies one or more devices (disks).

 

virtual ARC_STATUS ArcIdentifyDisk (

DWORD nDevMask,

);

Parameters:

[IN]

nDevMask: The devices mask represents the index of devices use to identify devices,

             Bit0 represents device0, Bit1 represents device1….and so on.

             Set the nDevMask to 0 to stop the disk identifying.

             Example: The mask of 0x00000010 means that identify device4.

 

Return Values

This method returns the ARC_STATUS.

Note:

Password required if password enabled, use ArcChkPassword member function to validate the password.