Discuss this help topic in SecureBlackbox Forum
This event is fired when a file tag has to be read.
Declaration
Parameters
- Path - path to the file which tag to read.
- TagName - the name of the tag to read.
- TagValue - the tag value is returned via this parameter.
- ResultCode - the result code returned by the handler.
- pcPath - path to the file which tag to read.
- szPath - the length of pcPath.
- pcTagName - the name of the tag to read.
- szTagName - the length of pcTagName.
- pcTagValue - the tag value is returned via this parameter.
- szTagValue - the length of pcTagValue.
Description
This event is fired when user requests to read a file tag value.
The application should perform the operation, and return the tag value and the result code.
Discuss this help topic in SecureBlackbox Forum