Click or drag to resize

PFSDllWrapperpfsLoadFile Method

Open an existing parameter file and create an internal data structure for further processing.

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static IntPtr pfsLoadFile(
	string fileName,
	bool quiet
)

Parameters

fileName
Type: SystemString
File Name
quiet
Type: SystemBoolean
defines if possible error messages should be issued automatically by pfsLoadFile or not

Return Value

Type: IntPtr
A PFSHandle pointer. A handle for subsequent reference to the data structure is returned in Hand. If the file could not be opened, the value of Hand is NULL
See Also