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)
Syntaxpublic static void pfsClose(
ref IntPtr handle
)
Public Shared Sub pfsClose (
ByRef handle As IntPtr
)
public:
static void pfsClose(
IntPtr% handle
)
static member pfsClose :
handle : IntPtr byref -> unit
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