Discuss this help topic in SecureBlackbox Forum
This event is fired when your software has to
canonicalize any given path name to the absolute path.
Declaration
Parameters
- Path - path name
- AbsolutePath - absolute path to be returned
- Control - manages possible ways of the path transforming
- ComposePath - A path which the client wishes the server to compose with the original path to form the new path.
- ErrorCode - the error code, see values below
- Comment -
- pcPath - path name
- szPath - the length of pcPath.
- pcAbsolutePath - absolute path to be returned
- szAbsolutePath - the length of pcAbsolutePath.
- pcComment -
- szComment -
Control values:
Error codes values:
Description
This event is fired when path has to be canonicalized to the absolute path.
The application can return the error code in ErrorCode parameter and textual comment in Comment parameter.
Discuss this help topic in SecureBlackbox Forum