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 pfsRoot
)
Public Shared Sub PfsClose ( 
	ByRef pfsRoot As IntPtr
)
public:
static void PfsClose(
	IntPtr% pfsRoot
)
static member PfsClose : 
        pfsRoot : IntPtr byref -> unit 
Parameters
- pfsRoot
 - 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