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