Discuss this help topic in SecureBlackbox Forum
This event is fired when your software has to create a hard link.
Declaration
Parameters
- NewLinkPath - specifies the name for a newly created hard link
- ExistingPath - specifies the target of hard link
- ErrorCode - the error code, see values below
- Comment -
- pcNewLinkPath - specifies the name for a newly created hard link
- szNewLinkPath - the length of pcNewLinkPath.
- pcExistingPath - specifies the target of hard link
- szExistingPath - the length of pcExistingPath.
- pcComment -
- szComment -
Error codes values:
Description
This event is fired every time when new hard-link has to be created. The application can return the error code in ErrorCode parameter and textual comment in Comment parameter.
Discuss this help topic in SecureBlackbox Forum