Click or drag to resize

PfsHelperPfsGetParam Method (IntPtr, String, Int32, Int32)

Returns a reference to the m'th parameter of the n'th instance of a specific keyword name of the pfsNode (target/section) passed as argument.

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

Parameters

pfsSect
Type: SystemIntPtr
A pfsNode pointer
keyword
Type: SystemString
Name of key word
keywordNo
Type: SystemInt32
Number of keyword with that name, 1-based.
paramNo
Type: SystemInt32
Number of parameter with that keyword, 1-based.

Return Value

Type: IntPtr
A pfsNode Pointer. If the parameter does not exist, NULL is returned.
See Also