RFID API Documentation  1.0
Reference guide for RFID API
UPDATE_PARTITION_STATUSA Struct Reference

Gives information on the partition update status.ASCII version. More...

Data Fields

UINT32 percentage
 Percentage of update done. More...
 
CHAR updateInfo [MAX_PATH]
 Partition on which the update is being done currently. More...
 
BOOLEAN currentStatus
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

Gives information on the partition update status.ASCII version.

Field Documentation

◆ percentage

UINT32 UPDATE_PARTITION_STATUSA::percentage

Percentage of update done.

◆ updateInfo

CHAR UPDATE_PARTITION_STATUSA::updateInfo[MAX_PATH]

Partition on which the update is being done currently.

◆ currentStatus

BOOLEAN UPDATE_PARTITION_STATUSA::currentStatus

◆ lpReserved

LPVOID UPDATE_PARTITION_STATUSA::lpReserved[4]

Reserved for future.