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

Return value of ListUserApps operation.Unicode version. More...

Data Fields

WCHARpAppName
 Name of the app. More...
 
BOOLEAN runStatus
 Current run status of the app. More...
 
BOOLEAN autoStart
 Whether the app will run on startup. More...
 
WCHARpMetaData
 Application metadata ex. More...
 

Detailed Description

Return value of ListUserApps operation.Unicode version.

Field Documentation

◆ pAppName

WCHAR* USERAPP_DATAW::pAppName

Name of the app.

◆ runStatus

BOOLEAN USERAPP_DATAW::runStatus

Current run status of the app.

◆ autoStart

BOOLEAN USERAPP_DATAW::autoStart

Whether the app will run on startup.

◆ pMetaData

WCHAR* USERAPP_DATAW::pMetaData

Application metadata ex.

version