Discuss this help topic in SecureBlackbox Forum
This event is fired when your software has to create a symbolic link.
Declaration
Parameters
- LinkPath - specifies the name for a symbolic link to create
- TargetPath - specifies the target of symbolic link
- ErrorCode - the error code, see values below
- Comment -
- pcLinkPath - specifies the name for a symbolic link to create
- szLinkPath - the length of pcLinkPath.
- pcTargetPath - specifies the target of symbolic link
- szTargetPath - the length of pcTargetPath.
- pcComment -
- szComment -
Error codes
Description
This event is fired every time when new symbolic 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