PFSDllWrapperpfsAddKeyword Method (IntPtr, String) |
Define a keyword, ie the start of a parameter list, within the scope of a target.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static void pfsAddKeyword(
IntPtr handle,
string keywordName
)
Public Shared Sub pfsAddKeyword (
handle As IntPtr,
keywordName As String
)
public:
static void pfsAddKeyword(
IntPtr handle,
String^ keywordName
)
static member pfsAddKeyword :
handle : IntPtr *
keywordName : string -> unit
Parameters
- handle
- Type: SystemIntPtr
A pfsHandle pointer - keywordName
- Type: SystemString
Name of keyword 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