PFSDllWrapperpfsAddKeyword Method (IntPtr, String, Object) |
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void pfsAddKeyword(
IntPtr handle,
string keywordName,
params Object[] paramList
)
Public Shared Sub pfsAddKeyword (
handle As IntPtr,
keywordName As String,
ParamArray paramList As Object()
)
public:
static void pfsAddKeyword(
IntPtr handle,
String^ keywordName,
... array<Object^>^ paramList
)
static member pfsAddKeyword :
handle : IntPtr *
keywordName : string *
paramList : Object[] -> unit
Parameters
- handle
- Type: SystemIntPtr
A pfsHandle pointer - keywordName
- Type: SystemString
Name of keyword to add. - paramList
- Type: SystemObject
Parameters to add
Remarks
This function is used to define the start of a list of parameters.
It has no counterpart, ie the usage is different from that of pfsAddSection,
which requires a terminating pfsEndSection.
Restrictions: This function must be called within the scope of a target.
See Also