Use this constant only with the SalFileOpenExt function to instruct to open a file using the name specified in a previous SalFileOpen call. You must have previously opened the file with a legitimate file name and used the same file handle. When first opens the file, it stores the full path name internally. The purpose of the OF_Reopen constant is to guarantee that subsequent opens of the file use this fully qualified name, regardless of whether directories and drives have changed since the original SalFileOpen. Value = 0x8000

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
[ObsoleteAttribute("Not supported.")]
public const int OF_Reopen

See Also