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)
Syntaxpublic static IntPtr PfsGetParam(
IntPtr pfsSect,
string keyword,
int keywordNo,
int paramNo
)
Public Shared Function PfsGetParam (
pfsSect As IntPtr,
keyword As String,
keywordNo As Integer,
paramNo As Integer
) As IntPtr
public:
static IntPtr PfsGetParam(
IntPtr pfsSect,
String^ keyword,
int keywordNo,
int paramNo
)
static member PfsGetParam :
pfsSect : IntPtr *
keyword : string *
keywordNo : int *
paramNo : int -> IntPtr
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:
IntPtrA pfsNode Pointer. If the parameter does not exist, NULL is returned.
See Also