Click or drag to resize

PFSDllWrapperpfsClose Method

Terminate the access to a parameter file data structure and free the associated internal storage.

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void pfsClose(
	ref IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
A pfs File handle. Handle to terminate
Remarks
If Hand cannot be identified as a valid handle, nothing is done. After normal processing, the value NULL is returned in Hand.
See Also