Click or drag to resize

PFSDllWrapperpfsAddSection Method

Start a new section within the scope of a target.

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void pfsAddSection(
	IntPtr handle,
	string sectionName
)

Parameters

handle
Type: SystemIntPtr
A pfsHandle pointer
sectionName
Type: SystemString
Name of section to add.
See Also