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)
Syntaxpublic static IntPtr pfsLoadFile(
string fileName,
bool quiet
)
Public Shared Function pfsLoadFile (
fileName As String,
quiet As Boolean
) As IntPtr
public:
static IntPtr pfsLoadFile(
String^ fileName,
bool quiet
)
static member pfsLoadFile :
fileName : string *
quiet : bool -> IntPtr
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:
IntPtrA 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