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