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)
Syntaxpublic static string PfsReadFilename(
IntPtr pfsSect,
string keyword,
int keywordNo,
int paramNo,
string defVal
)
Public Shared Function PfsReadFilename (
pfsSect As IntPtr,
keyword As String,
keywordNo As Integer,
paramNo As Integer,
defVal As String
) As String
public:
static String^ PfsReadFilename(
IntPtr pfsSect,
String^ keyword,
int keywordNo,
int paramNo,
String^ defVal
)
static member PfsReadFilename :
pfsSect : IntPtr *
keyword : string *
keywordNo : int *
paramNo : int *
defVal : string -> string
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:
Stringfilename
See Also