Click or drag to resize

PfsHelperPfsReadFilename Method (IntPtr, String, Int32, Int32, String)

Return the filename of paramNo'th parameter of keywordNo'th keyword of the keyword in pfsSect

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static string PfsReadFilename(
	IntPtr pfsSect,
	string keyword,
	int keywordNo,
	int paramNo,
	string defVal
)

Parameters

pfsSect
Type: SystemIntPtr
pointer to section
keyword
Type: SystemString
keyword name
keywordNo
Type: SystemInt32
index of keyword, 1-based
paramNo
Type: SystemInt32
index of parameter, 1-based
defVal
Type: SystemString
if parameter of keyword is not found, defVal will be returned

Return Value

Type: String
filename
See Also