Click or drag to resize
PFSDllWrapperpfsAddKeywordS Method
Define a keyword, ie the start of a parameter list, within the scope of a target.

Silent version that throws exception on failure

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static void pfsAddKeywordS(
	IntPtr handle,
	string keywordName
)

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