PFSDllWrapperpfsEndSectionS Method |
Terminate a target or a section.
Silent version that throws exception on failure
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static void pfsEndSectionS(
IntPtr handle
)
Public Shared Sub pfsEndSectionS (
handle As IntPtr
)
public:
static void pfsEndSectionS(
IntPtr handle
)
static member pfsEndSectionS :
handle : IntPtr -> unit
Parameters
- handle
- Type: SystemIntPtr
A pfsHandle pointer.
Remarks
In a few situations pfsEndSection may be legally omitted, but it is
recommended never to use this property.
Restrictions: Each pfsEndSection must match a pfsAddTarget or a pfsAddSection.
See Also