Improper use of typedef 'TManagerProc'
struct TManagerData
{
public:
// Card is inserted callback procedure
TManagerProc CardInserted;
// Card was activated callback procedure
TManagerProc CardActive;
// Card was removed from the reader callback procedure
TManagerProc CardRemoved;
// Invalid card was inserted into the reader callback procedure
TManagerProc CardInvalid;
// There is no card in the reader and reader is waiting for the next operation
TManagerProc ReaderWaiting;
// Card operation error callback procedure
TManagerErrorProc Error;
} ;
//Data manager is used to pass the callback procedures pointers to EIDNative
typedef TManagerData, MANAGER_DATA;
//Data manager is used to pass the callback procedures pointers to EIDNative
typedef TManagerData *PManagerData;
Error E2108 C:\MiniGUI\SAMPLES\APPLIC~1\hairstyl\Hairprg2\eidstructures.hpp 126: Improper use of typedef 'TManagerProc'
Error E2139 C:\MiniGUI\SAMPLES\APPLIC~1\hairstyl\Hairprg2\eidstructures.hpp 126: Declaration missing ;