PFSDllWrapperpfsAddKeywordFilename Method |
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void pfsAddKeywordFilename(
IntPtr handle,
string keywordName,
string filename
)
Public Shared Sub pfsAddKeywordFilename (
handle As IntPtr,
keywordName As String,
filename As String
)
public:
static void pfsAddKeywordFilename(
IntPtr handle,
String^ keywordName,
String^ filename
)
static member pfsAddKeywordFilename :
handle : IntPtr *
keywordName : string *
filename : string -> unit
Parameters
- handle
- Type: SystemIntPtr
A pfsHandle pointer - keywordName
- Type: SystemString
Name of keyword to add. - filename
- Type: SystemString
Filename 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